pub fn parse_value(input: &str) -> Result<Value, ParseError>
Parse a value literal string into a Value.
Value