Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/sdm
(OBSOLETE)Serialize/Deserialize mappers
https://github.com/nhz-io/sdm
Last synced: 3 days ago
JSON representation
(OBSOLETE)Serialize/Deserialize mappers
- Host: GitHub
- URL: https://github.com/nhz-io/sdm
- Owner: nhz-io
- License: mit
- Created: 2015-03-07T14:18:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T02:53:10.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T02:02:51.586Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdm
## Serialize/Deserialize mappers [![Build Status][travis-image]][travis-url]
[![NPM][npm-image]][npm-url]* 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
* [sdm.js](sdm.js)
* [sdm.min.js](sdm.min.js)## Use
## Build
```
git clone https://github.com/nhz-io/sdm.git
cd smd
npm install
gulp
```## LICENSE
#### [MIT](LICENSE)## VERSION
#### 0.0.2
* Export classes#### 0.0.1
[travis-image]: https://travis-ci.org/nhz-io/sdm.svg
[travis-url]: https://travis-ci.org/nhz-io/sdm[npm-image]: https://nodei.co/npm/sdm.png
[npm-url]: https://nodei.co/npm/sdm