https://github.com/jsreport/serializator
Serialize javascript objects to JSON with support for rich data structures
https://github.com/jsreport/serializator
Last synced: about 1 year ago
JSON representation
Serialize javascript objects to JSON with support for rich data structures
- Host: GitHub
- URL: https://github.com/jsreport/serializator
- Owner: jsreport
- License: mit
- Created: 2018-08-30T17:09:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T19:34:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T11:43:34.749Z (about 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# serializator
[](https://npmjs.com/package/serializator)
[](http://opensource.org/licenses/MIT)
[](https://travis-ci.org/jsreport/serializator)
> ⚠️ WARNING: this is an internal package that we use inside [jsreport](https://github.com/jsreport/jsreport) dependencies, if you plan to use it be aware that we can make breaking changes at any time according to our needs, so use it at your own risk.
> **Serialize javascript objects to JSON with support for rich data structures**
This module let you serialize and parse javascript objects to JSON with support for data structures like `Date`, `Buffer`. Additionally properties with value of `undefined` will be serialized to `null` in order to preserve the property key definition.
## License
See [license](https://github.com/jsreport/serializator/blob/master/LICENSE)