Structs
- A lazied iterator for JSON array.
- ArrayIter return the LazyValue as Item.
- ArrayTryIter return the result as Item.
- LazyValue is a raw text value from json. Mainly used for get few values from json fastly.
- A lazied iterator for JSON object. ObjectIterator can be used as
into_iterdirectly. - ObjectIter return the LazyValue as Item.
- ObjectTryIter return the result as Item.
Functions
- get_from returns the raw value from json path.
- get_from_bytes returns the raw value from json path.
- get_from_bytes returns the raw value from json path.
- get_from_slice returns the raw value from json path.
- get_from_str returns the raw value from json path.
- get_many returns the raw value from the PointerTree.