pub fn parse_value(s: &str) -> Result<Value, ()>
Expand description

Opposite of fmt::Display. Requires the serde_json feature.