justjson
justjson copied to clipboard
An efficient JSON Value parser
After considering the comments on #11, I've decided to try adding an option to offer non-lazy parsing. For JsonString, it'll require a new code path for string parsing. I'm not...
The base Object type is good insofar that it works with no_std with no dependencies. However, we should have support for HashMaps and ideally IndexMap as well. This will give...
If you're up to it might participate here: https://github.com/djkoloski/rust_serialization_benchmark Also I would hope they also list wasm and no_std/heapless compatibility.. maybe I should start create a new list or smth...