parse_json_bytes

Function parse_json_bytes 

Source
pub fn parse_json_bytes(bytes: Vec<u8>) -> Result<Value, String>
Expand description

Parse JSON from bytes using SIMD acceleration when possible This is the fastest path as simd-json works on mutable byte slices