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.
pub fn is_whitespace(c: char) -> bool
Checks if the given char c
is a JSON whitespace.