[go: up one dir, main page]

Module sonic_rs::lazyvalue

source ·

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_iter directly.
  • ObjectIter return the LazyValue as Item.
  • ObjectTryIter return the result as Item.

Functions