Welcome
JSON.Encode
JSON.Decode
(string) JSON.Encode ( |
(table) Data ) |
Encodes a table to a JSON string.
(table) The table of data to encode.
This action returns a (string) value.
(table) JSON.Decode ( |
(string) Data ) |
Decodes a JSON string to a table.
(string) The string of data to decode.
This action returns a (table) value.
Made with Action Plugin Compiler