NodesProcessing Nodes
Edit Page on GitHubExtract JSON Value
Gets the Value from JSON using a key (supports dot notation for nested objects).
jsonextractparserEasy0

Description
The Extract JSON node allows you to retrieve a specific value from a JSON object using a key. This is useful for accessing nested data within complex JSON structures or for extracting specific pieces of information from API responses.
Common Use Cases
- Extracting specific fields from API responses
- Accessing nested data in complex JSON structures
- Filtering and processing only relevant information from larger datasets
- Preparing data for display or further processing
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowObjectJSON object to parseJSONKeyKey path to extract (e.g., 'user.address.city' or 'id')TextOutputs
The output connections this node provides:
NameDescriptionTypeValueThe value of the key, converted to Text (JSON strings if nested object)TextRaw ValueRaw value of the key (retains original type: string, number, boolean, object, array)AnyToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeObjectJSON object to parseValue:Enter JSON here...MapKeyKey path to extract (supports dot notation)Value: keyTextLast updated on