justjson icon indicating copy to clipboard operation
justjson copied to clipboard

An efficient JSON Value parser

Results 3 justjson issues
Sort by recently updated
recently updated
newest added

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...