← Back to the Data Processing category

JSON Extract String

This node extracts a string value from a JSON object using JSONPath.

DataJSONExtractString
Try this node

Inputs

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

Outputs

NameTypeDescription
valuestringThe extracted string value
foundbooleanWhether a string value was found at the specified path

Related Nodes in Data Processing