Skip to main content

tokenize

Function tokenize 

pub fn tokenize(
    input: &[u8],
    sink: &mut impl TokenSink,
) -> Result<(), JsonError>
Available on crate feature std only.
Expand description

Tokenizes a complete byte slice.