pub fn try_parse_json_value(input: &str) -> Option<Value>Expand description
Parse JSON into an untyped Value, returning None on failure.
Same semantics as try_parse_json but avoids a type annotation at the call
site when only dynamic inspection is needed.