miva_json_decode()#
Syntax
miva_json_decode( data, output var )
Returns#
Returns 1 on success, 0 on error.
Parameters#
Parameter | Description |
---|---|
data |
The block of JSON encoded data that will be decoded |
output var |
The function assigns the parsed aggregate to “output” as a structured array. |