sonic_rs

Module 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§