0.1.0 • Published 7 years ago

tbon v0.1.0

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

TBON

TBON is an efficient text based object serialization format, modelled after JSON but focusing on size instead of human readability.

TBON being text based is easier to parse than MessagePack but in some cases is not as efficient.

TBON is compatible with JSON, so stringify - parse cycle with TBON produces the same result as JSON.

Javascript implementation

This javascript implementation of TBON is drop in replacement for JSON.

Only difference is that since TBON is not supposed to be human readable the 3rd parameter (whitespace) of JSON.stringify is not supported in TBON.stringify.

License

Both the javascript implementation and the specification are licensed under MIT license.