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

Attempt to parse a string into a [crate::Value<()>], returning a tuple consisting of a result (either the value or a ParseError containing location and error information) and the remainder of the string that wasn’t parsed.