Module rsonpath_lib::depth
source · Expand description
JSON depth calculations on byte streams.
Structs
The result of resuming a
DepthIterator
– the first block and the rest of the iterator.Traits
Common trait for structs that enrich a byte block with JSON depth information.
Trait for depth iterators, i.e. finite iterators returning depth information
about JSON documents.
Functions
Enrich quote classified blocks with depth information.
Resume classification using a state retrieved from a previously
used classifier via the
stop
function.