muon icon indicating copy to clipboard operation
muon copied to clipboard

µON - a compact and simple binary object notation

Results 9 muon issues
Sort by recently updated
recently updated
newest added

... instead of the dedicated marker. Fixed-size string will remain non-0-terminated.

in progress

Posit is a number format that is similar to IEEE 754 format (floating point numbers). The Posit Standard (2022) has been ratified by the Posit Working Group: https://posithub.org The idea...

feature

muon is awesome, but the one thing it is lacking versus line-by-line json is ability to seek around randomly in the stream. the jsonl separator \n is hard to beat,...

If I read the Python code correctly, the LEB128 lengths in strings and typed arrays are unsigned LEB128, and for the `0xBB` typed values we use signed LEB128, but it...

question
planned

Hello @vshymanskyy Thanks for developing the `muon `and `TinyGSM` libraries I'm a Macker and I use Thinger.io in my projects. They developed **PSON** (A Serialization Format for IoT Sensor Networks)...

Just for debug purposes, sometimes it is handy just print it to console. So it is useful to have some cheap (on the fly, without full decoding to separate object;...

Would be good to have a list in the README of known muon libraries in various programming languages. Thanks for publishing the format, it's brilliantly simple!

The README lack a section explaining why use µon. In which case it should be preferred to other serialization formats and why.