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.
pub fn parse_json_value(response: &str) -> Result<Value, ParseError>Parse into a serde_json::Value when you don’t know the schema.
Uses the same strategy pipeline as parse_json.