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 pure JSON (Hayson) object to store the values.
This is designed to work as lazily and efficiently as possible.