Function is_whitespace

Source
pub fn is_whitespace(c: char) -> bool
Expand description

Checks if the given char c is a JSON whitespace.