esensar / kotlinx-serialization-msgpack

MsgPack support for kotlinx.serialization -- msgpack.org[kotlinx.serialization]
https://www.ensarsarajcic.com/kotlinx-serialization-msgpack/
MIT License
44 stars 9 forks source link

feat: make MsgUnpacker more lenient when parsing number types, issue #81 #83

Closed rubixhacker closed 2 years ago

rubixhacker commented 2 years ago

Addresses issue #81

rubixhacker commented 2 years ago

Didn't run the tests first, will resubmit with a working more concise solution