Function Name:
Parse JSON To Object
Purpose:
Assuming the input string is a valid JSON, this function converts the string to a an object containing key/value pairs.
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain what the function is configured to do.
3. In Input json provide the input attribute or token that contains the string json.
Example:
The input string, `{"name":"sfdcid", "value":"003PX000007wWl4YAE"}", will be returned as an object.