Convert JSON to Dictionary
- Updated: 2026/03/26
The Convert JSON to Dictionary action extracts the JSON data to a dictionary variable to help you read or process different nodes individually. You can also extract individual nodes to specific variables based on the data type.
For more information on how to use various JSON actions, see resources and Build automation using JSON actions.
Note: When you try to extract JSON data to convert to a dictionary
variable, if the JSON strings contain null values, the values are not converted to a
dictionary variable as the dictionary variable does not support converting null
values. However, if JSON includes an empty string ("") instead of null, it will
convert to a dictionary variable.