llList2Json
Function Syntax
string llList2Json(
- string JsonType, // Type is JSON_ARRAY or JSON_OBJECT.
- 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.