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- RequiredSpecifies 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
