Json Get

Gets a value from either a json object or array given as a string input. For example, for the input {"name": "ferris"} the key "name" will return "ferris".

Interface

Inputs

ParameterDetailsPossible Types
Data

The json data.

Primary Input

String
Key

The key to index the object with.

Default: ""

String

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

String