Readonly[DICT_Indicates this is a dict store.
Returns a haystack value from the dict or undefined if it can't be found.
The name of the value to find.
The value, null or undefined if it can't be found.
Set a haystack value.
The name to set.
The haystack value to set.
A JSON reprentation of the object.
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.