JSON Help File


Table of Contents

JSON.Encode
JSON.Decode

JSON.Encode


(string) JSON.Encode ( 

(table) Data )

Description

Encodes a table to a JSON string.

Parameters

Data

(table) The table of data to encode.


Return

This action returns a (string) value.



JSON.Decode


(table) JSON.Decode ( 

(string) Data )

Description

Decodes a JSON string to a table.

Parameters

Data

(string) The string of data to decode.


Return

This action returns a (table) value.



Made with Action Plugin Compiler