Skip to content

alexmrqt/micropython-cbor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%