tiny-msgpack
tiny-msgpack copied to clipboard
A minimalistic MessagePack encoder and decoder for JavaScript.
Results
2
tiny-msgpack issues
Sort by
recently updated
recently updated
newest added
Msgpack implementations on other platforms usually expect number formats to be in specific families like int and float. They do not do well when a value can be _either_ int...
When consume `Blob` type, it's async or stream [like this documented](https://github.com/msgpack/msgpack-javascript?tab=readme-ov-file#decoding-a-blob). Can this lib add support for this?
enhancement
wontfix