1 min read

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 Operatorsqueryoperators/jsonExtract

Settings

SettingTypeDefaultDescription
pathStringDot-notation path to the target array (e.g., data.payload.results)
failIfNotArrayBooleantrueThrow error if the extracted value is not an array

Inputs & Outputs