pub fn parse_value_ref(s: &str) -> Result<ValueRef<'_>, ()>
Expand description

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