Skip to main content

parse_json_value

Function parse_json_value 

Source
pub fn parse_json_value(response: &str) -> Result<Value, ParseError>
Expand description

Parse into a serde_json::Value when you don’t know the schema.

Uses the same strategy pipeline as parse_json.