Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).