key requiredAn object key (a JSON property name). Surrounding whitespace is trimmed, so spaces around a key in a multi-line jsonasoc call do not end up in the key. If a key is empty after trimming, that whole key/value pair is skipped. When the same key appears twice, the last value wins. Keys are the odd-numbered parameters.
value requiredThe value paired with the preceding key. Values are stored verbatim - leading and trailing spaces are preserved (unlike keys). A value may itself be the output of another expression, for example a field-getter. Values are the even-numbered parameters; a final key left without a value is dropped.
{jsonasoc:0:No:1:Yes}
{jsonasoc:name:Jana:role:editor}
{jsonasoc:status:active}
{jsonasoc: name : Jana Novak :role:editor}
{jsonasoc::orphan:b:2:trailingkey}
{jsonasoc:k:first:k:second}
{jsonasoc:Content-Type:application/json}
{include:https#://api.example.com/v1/subscribers?per_page=500:GET:{jsonasoc:Content-Type:application/json:key:API_KEY}}
{manager:a57e9c26eb1e04235696a56b05180f9c:relation........:{id..............}:_#ROW_EDIT::::{jsonasoc:N:Add game:D:Delete game}}
{"const_arr":{jsonasoc:yes:Approved:no:Rejected}}