Associative array of JSON

DATA TYPE

Contents

Contents
style description
Associative array of JSON.
ex:{ "key1": "value1", "key2": "value2"}
Json array (2^16 - 1 bytes).
Style:
{
"key": "value",
<<repeated>>
}