Extract a value from a json string without parsing the whole thing.
With the example from [benches/json.rs](benches/json.rs), this is ~3x faster
than using the `json` crate directly.
[📖 Docs](https://docs.rs/binary-extract/latest/binary_extract/)
[📦 Crate](https://crates.io/crates/binary-extract)