JSON Help File


Table of Contents

JSON.Encode
JSON.Decode

JSON.Encode


(string) JSON.Encode ( 

(table) Table )

Description

Encodes a table into JSON format.

Parameters

Table

(table) 


Return

This action returns a (string) value.



JSON.Decode


(table) JSON.Decode ( 

(string) JSONInput )

Description

Decodes a JSON formatted string into a table.

Parameters

JSONInput

(string) 


Return

This action returns a (table) value.