is_whitespace

Function is_whitespace 

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

Checks if a character is JSON whitespace

JSON whitespace consists of space, tab, newline, and carriage return