Skip to content

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.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here