datadata.jsonGet

Read JSON Path

Read a value from an API, file, or storage JSON output.

Inputs

2
InputValue typeRequirementAccepted sources
JSONjsonJSON output from an API request, loaded file, storage value, or flow result. Common paths include http.request data.json, file.load data.json, file.load data.value, storage.get data.value, and flow.run data.outputs.<name>.objectRequirednodeOutput
PathpathPath to read inside the selected JSON output. Use data.token for an object field, items.0.name for an item inside a JSON array, or $ to return the whole JSON root.stringRequiredliteral

Outputs

3
Output pathValue typeCoordinate space
data.valueany
data.existsbool
data.pathstring

Runtime support

DesktopSupported
Android AgentSupported