Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

combon

jguddas4MIT0.1.0

COMBON is an efficient text based object serialization format based on TBON.

serialization, serialize, json, parse, stringify, tbon, combon

readme

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.