Skip to main content

from_str

Function from_str 

Source
pub fn from_str(json_str: &str) -> Result<Value, Error>
Expand description

Parse JSON5 string into serde_json::Value Supports: comments (//, #, /* */), trailing commas, unquoted keys