pub fn is_json_number(input: &str) -> bool
Returns true when the input is a valid JSON number literal.
true