parse_json_str

Function parse_json_str 

Source
pub fn parse_json_str(json: &str) -> Result<Value, String>
Expand description

Parse JSON from a string slice using SIMD acceleration when possible Falls back to serde_json for compatibility