JSON Extract
Overview
The JSON Extract node extracts an embedded array from deeply nested JSON using a dot-notation path (e.g., data.payload.results). It returns the array as tabular output ready for downstream processing.
Category
Query Operators — queryoperators/jsonExtract
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| path | String | — | Dot-notation path to the target array (e.g., data.payload.results) |
| failIfNotArray | Boolean | true | Throw error if the extracted value is not an array |
Inputs & Outputs
- input1 — Upstream JSON data
- output1 — Extracted array as tabular rows