Implements the storage for an HGrid using a JSON string.
This is designed to work as lazily and efficiently as possible.
This enables a grid to be lazily decoded from a JSON string.
Readonly
Indicates this is a grid store.
The stores's columns.
The stores's meta data.
The store's rows.
The grid's version number.
A JSON reprentation of the grid.
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 HGrid using a JSON string.
This is designed to work as lazily and efficiently as possible.
This enables a grid to be lazily decoded from a JSON string.