0.0.2 • Published 9 years ago

sdm v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

sdm

Serialize/Deserialize mappers Build Status

NPM

  • Convert Cyclic objects into storable JSON
  • Convert storable JSON into Cyclic objects
  • Serializer Filters out functions
  • Deserializer allows functions

Install

npm install --save sdm

Browser

Use

Build

git clone https://github.com/nhz-io/sdm.git
cd smd
npm install
gulp

LICENSE

MIT

VERSION

0.0.2

  • Export classes

0.0.1