Skip to content

llList2Json

Function Syntax
string llList2Json(
  1. string JsonType, // Type is JSON_ARRAY or JSON_OBJECT.
  2. list Values // List of values to convert.
);

Converts either a strided list of key:value pairs to a JSON_OBJECT, or a list of values to a JSON_ARRAY.