Value for Key
Get a value from a JSON object.
Use a Splitter to cast the output to the expected type.
Value for Key
- Object
- Key
- Object
- A JSON object. 
- Key
- A text string that represents the key of the value to output. 
- Output
- The value of the key in the JSON object.