[go: up one dir, main page]

Module sonic_rs::lazyvalue

source ·
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§