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
| Parameter | Details | Possible Types |
|---|---|---|
| Data | The json data. Primary Input | String |
| Key | The key to index the object with. Default: | String |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | String |