# List JSON Properties

This activity retrieves all the properties as CSV and the entry count of the given JSON input.

### Input

* **Input:** [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments) <mark style="color:red;">`Required`</mark>\
  Specifies the input JSON string.

### Output

* **Result:** [`String Variable`](https://docs.visualyze.ai/getting-started/rpa-studio/variables/user-defined-variables-1#string)\
  Specifies the properties of the JSON input.
* **Count:** [`Integer Variable`](https://docs.visualyze.ai/getting-started/rpa-studio/variables/user-defined-variables-1#int64)\
  Specifies the count of the properties in the given JSON input.
