Implements the storage for an HList using JSON.
This is designed to work as lazily and efficiently as possible.
This enables a list to be lazily decoded from a JSON object.
Readonly
Indicates this is a list store.
The list values
A JSON reprentation of the list.
A string containing the JSON representation of the object.
A byte buffer that has an encoded JSON string representation of the object.
Implements the storage for an HList using JSON.
This is designed to work as lazily and efficiently as possible.
This enables a list to be lazily decoded from a JSON object.