WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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:

About

CBOR rfc7049 for Micropython

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%