Function json_syntax::parse::is_whitespace

source ยท
pub fn is_whitespace(c: char) -> bool
Expand description

Checks if the given char c is a JSON whitespace.