2.2.2.10 Store Entry Key and Value
This is a JSON object containing the value of a store entry. The format of the object is as follows:
-
{ "key" : "<entry-key>", "value" : "<entry-value>" }
entry-key: A string containing the key of the data value for the store entry.
entry-value: The value of the data-blob corresponding to the given key for the store entry.