CollectionToJSON
Returns a String containing a JSON representation of a Collection.
Syntax
CollectionToJSON( Data )
Parameters
Name | Type | Description |
---|---|---|
Data | Collection | Required. Data to be converted to JSON. |
Return value
String : JSON representation of the Collection data.
JSONtag:JSONCollectiontag:Collection
Remarks
- The JSON layout of a Collection is the same as for an Array.
See also
- JSONvalue
- Concat