pub fn classify_structural_characters<'a, I: QuoteClassifiedIterator<'a>>(
    iter: I
) -> impl StructuralIterator<'a, I>
Expand description

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