0.1.0 • Published 6 years ago

combon v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

COMBON

COMBON is an efficient text based object serialization format based on 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 and the specification are licensed under MIT license.