pub fn classify_structural_characters<'i, I, Q>(
    iter: Q
) -> impl StructuralIterator<'i, I, Q, BLOCK_SIZE>where
    I: InputBlockIterator<'i, BLOCK_SIZE>,
    Q: QuoteClassifiedIterator<'i, I, BLOCK_SIZE>,
Expand description

Walk through the JSON document represented by bytes and iterate over all occurrences of structural characters in it.