[go: up one dir, main page]

Module sonic_rs::lazyvalue

source ·

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