List JSON Properties
Lists properties and entry count of a JSON array.
This activity retrieves all the properties as CSV and the entry count of the given JSON input.
Input
Input:
String Argument
Required
Specifies the input JSON string.
Output
Result:
String Variable
Specifies the properties of the JSON input.Count:
Integer Variable
Specifies the count of the properties in the given JSON input.
Last updated