Convert JSON to Dictionary
- Updated: 2024/12/17
This action enables you to extract JSON data to a dictionary variable to help read or process different nodes individually. Supports dictionary variables to store nested key-value pairs.
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.