Expand description
A lazy type to representing a unparsed raw JSON text for lazy operators.
Structs§
- A lazied iterator for JSON array text. It will parse the JSON when iterating.
- LazyValue wrappers a unparsed raw JSON text. It is borrowed from the origin JSON text.
- A lazied iterator for JSON object text. It will parse the JSON when iterating.
- OwnedLazyValue wrappers a unparsed raw JSON text. It is owned.
Functions§
- Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - get_many returns multiple fields from the
PointerTree
. - get_many returns multiple fields from the
PointerTree
. - Gets a field from a
path
. And return it as aResult<LazyValue>
. - Traverse the JSON array text through a lazy iterator. The JSON parsing will doing when iterating.
- Traverse the JSON text through a lazy object iterator. The JSON parsing will doing when iterating.
- Traverse the JSON object text through a lazy iterator. The JSON parsing will doing when iterating.
- Traverse the JSON text through a lazy object iterator. The JSON parsing will doing when iterating.