Expand description

Classifiers working on the input stream.

This base module provides the ResumeClassifierState struct common between all higher-level classifiers that work on top of a QuoteClassifiedIterator. It allows saving the state of a classifier and can be later used to resume classification from a, possibly different, high-level classifier. This state’s index can be pushed forward.

Modules§

  • JSON depth calculations on byte streams.
  • Classification ignoring the structure of the JSON and looking for the occurrence of a specific member name as quickly as possible.
  • Classification of bytes withing JSON quote sequences.
  • Classification of structurally significant JSON bytes.

Structs§