Read JSON values Node
Last updated
Last updated
This node allows you to read values from a JSON based on the key(s) provided.
JSON string: The JSON you want to read values from
Type: Text
Key(s) to read: Define the name of the JSON key(s) that you want to read
Type: Text
Json_values: The JSON value
Type: Text
Example usage: {{read_json_values_0.json_values}}
Dynamic Outputs: All the keys for extraction will be treated as individual outputs.
Type: Text
Example usage: {{read_json_values_0.<key1>}}
If there is no value corresponding to the key in JSON it will output "null".