0.1.0 • Published 11 years ago

marshaljson v0.1.0

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

marshaljson

NPM version Stories in Ready build status

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

1.

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)