Awesome
Concise Binary Object Representation (CBOR) is a superset of JSON's schema that's faster and more compact.
This microPython implementation provides loads()/dumps() like the json standard library.
This is a pure-python implementation ported from Brian Olson initial CPython library (see https://github.com/brianolson/cbor_py).
For standard Python implementation, see:
For Go implementation, see: