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

Readme

Keywords

Package Sidebar

Install

npm i objeneric

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • emmurillo