Convert a string to an object
Convert a string (in a json format) to an object
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
String | The string you wish to convert to an object. | STRING | false | null |
Data-format | The format to convert to. | DATA_FORMAT | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The variable name to store the result in. | OBJECT | RESULT |