marshaljson
v0.1.0
Published
Serialize circular JSON even containing function
Downloads
3
Readme
marshaljson
Introduction
Serialize circular JSON even containing function
Instalation
npm install marshaljson
Usage
var marshaljson = require('marshaljson');
marshaljson.serialize(<JSON>);
marshaljson.deserialize(<String>);
Sample
To Do
Documentation
Tests
Contribution
You are welcome to contribute by writing issues or pull requests. It would be nice if you open source your own loaders or webmodules. :)
You are also welcome to correct any spelling mistakes or any language issues, because my english is not perfect...
License
Copyright (c) 2012-2013 Tobias Koppers
MIT (http://www.opensource.org/licenses/mit-license.php)