microjson
microjson copied to clipboard
A feature-few, no-allocation JSON parser in `no_std` rust.
Results
1
microjson issues
Sort by
recently updated
recently updated
newest added
For the sake of ergonomics, since the value returned by `JSONValue::read_string()` does not have escapes processed, a newtype wrapper, call it `JSONString`, should be returned instead. This would help prevent...
enhancement
good first issue