objeneric

1.0.2 • Public • Published

Objeneric

Objeneric is a library that lets you manipulated objects and cast them to many data-types/resources.

Install

By npm:

npm install objeneric --save

Usage

You can use CommmonJS require such as follow:

var objeneric = require("objeneric");

Then use it's API.

Methods

Encode Object To URI

Useful for example when sending HTTP requests with URL params.

var uri = objeneric.toURI({ foo: "some object" });

That will set uri to foo=some%20object

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i objeneric

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • emmurillo