llList2Json
string llList2Json(string JsonType, list Values)Converts either a strided list of key:value pairs to a JSON_OBJECT, or a list of values to a JSON_ARRAY.
Parameters
-
JsonType(string) - Type is JSON_ARRAY or JSON_OBJECT.
-
Values(list) - List of values to convert.
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here