Get JSON Value Node
Extract one value from a JSON input by dot/bracket path.
Extracts one value from a JSON input by path , a one-line utility node, most often used right
after an HTTP, GraphQL, or gRPC
node’s data output.
Fields
- Path , dot/bracket notation into the incoming JSON, e.g.
response.body.roles[0]. - Output type ,
string,number, orboolean. Determines how the extracted value is coerced and the declared type of the output port.
Ports
Exactly one input (json , shows an inline literal-JSON textbox when nothing is wired to it) and
one output (value, typed per Output type).
This is deliberately narrow , for reshaping a whole object rather than pulling out one field, use a Form Node or a Code Node instead.