miva_json_decode()

 
Decodes a block of JSON data in "data", returning the parsed aggregate value in "output".
Syntax
miva_json_decode( data, output var )
Returns 1 on success, 0 on error.
  • 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.
User Annotations: miva_json_decode