Class DictJsonUint8ArrayStore

A dict store that uses a JSON (Hayson) string encoded in a byte buffer.

This is designed to work as lazily and efficiently as possible.

This enables a dict to be lazily decoded from a JSON string in a byte buffer.

Implements

Constructors

Properties

"[DICT_STORE_SYMBOL]": symbol = DICT_STORE_SYMBOL

Indicates this is a dict store.

Methods