← Back to the Data Processing category

JSON Extract Object

This node extracts a JSON object or array from a JSON structure using JSONPath expressions.

DataJSONExtractObject
Try this node

Inputs

NameTypeRequiredDescription
jsonjsonYesThe JSON object to extract from
pathstringYesThe JSONPath expression (e.g., "$.user.profile" or "$.store.books[*]")
defaultValuejsonNoDefault value if no JSON value is found at the path

Outputs

NameTypeDescription
valuejsonThe extracted JSON value
foundbooleanWhether a JSON value was found at the specified path

Related Nodes in Data Processing