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 ArgumentRequiredSpecifies the input JSON string.
Output
Result:
String VariableSpecifies the properties of the JSON input.Count:
Integer VariableSpecifies the count of the properties in the given JSON input.
Last updated