Class DictJsonStringStore

A dict store that uses a JSON (Hayson) string.

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

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

Implements

Constructors

Properties

"[DICT_STORE_SYMBOL]": symbol = DICT_STORE_SYMBOL

Indicates this is a dict store.

Methods