JSON Operations
Read JSON Values Node
Read multiple values from a JSON object
This node allows you to read values from a JSON based on the key(s) provided.
Node Inputs
- JSON string: The JSON string you want to read the values from
- Type:
Text
- Type:
- Key(s) to read: Define the name of the JSON key(s) that you want to read
- Type:
Text
- Type:
Node Outputs
- JSON Values: The values read from the JSON
- Type:
Text
- Example usage:
{{read_json_values_0.json_values}}
- Type:
- Dynamic Outputs: All the keys for extraction will be treated as individual outputs.
- Type:
Text
- Example usage:
{{read_json_values_0.[key_name]}}
- Type:
Considerations
- If there is no value corresponding to the key in JSON, it will output “null”.