pub fn parse_json_bytes(bytes: Vec<u8>) -> Result<Value, String>
Parse JSON from bytes using SIMD acceleration when possible This is the fastest path as simd-json works on mutable byte slices