binary-extract
Extract a value from a json string without parsing the whole thing.
Installation
Example
let value = extract.unwrap;
assert_eq!;
Perf
With the object from benches/json.rs, extract()
is ~3.5x
faster than json::parse
.
See also
- binary-extract (JavaScript)
- go-binary-extract
License
MIT