tokenize

Function tokenize 

Source
pub fn tokenize(
    input: &str,
    changed: &mut bool,
) -> Result<VecDeque<Token>, JsonRepairError>