jsonivers

0.3.0 • Public • Published

JSONivers

build-status

JSONivers is a sub-modules collection to to manage JSON data.

Modules

All sub-modules are organised in namespace.

FS

var jsoniverFS = require("jsonivers").fs;

This module provide utilities to read and write JSON data on filesystem.

HTTP

var jsoniverFS = require("jsonivers").http;

This module provide utilities to get and send JSON data by HTTP request. Only get for yet.

JsonBind

The JsonBind object provide an object like a literal basic object but with internal binding system to a data source (FS, HTTP, other).

var JsonBind = require("jsonivers").JsonBind;

This is a constructor to create an object bound on a source. The binding is provided by a JsonAdapter what interface the object with the source.

The first parameter is the original data object. Use an empty object to create an empty JsonBind or load the data from the source.

The second parameter is an instance of JsonAdapter.

More detail on Wiki

Readme

Keywords

none

Package Sidebar

Install

npm i jsonivers

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • techniv