Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jguddas/combon
COMBON is an efficient text based object serialization format based on TBON.
https://github.com/jguddas/combon
Last synced: 25 days ago
JSON representation
COMBON is an efficient text based object serialization format based on TBON.
- Host: GitHub
- URL: https://github.com/jguddas/combon
- Owner: jguddas
- License: mit
- Created: 2018-07-02T14:24:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T14:25:16.000Z (over 6 years ago)
- Last Synced: 2024-09-19T01:24:32.761Z (about 2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# COMBON
COMBON is an efficient text based object serialization format based on [TBON](https://github.com/empee/tbon).COMBON is compatible with JSON, so stringify - parse cycle with COMBON produces the same result as JSON.
## Javascript implementation
This javascript implementation of COMBON is drop in replacement for JSON.Only difference is that the 3rd parameter (whitespace) of JSON.stringify is not supported in COMBON.stringify.
## License
Both the [javascript implementation](src/combon.js) and the [specification](spec.md) are licensed under [MIT license](LICENSE).