Inputs
Name | Abbreviation | Type | Access | Description |
String | S | String | Item | The string to parse |
Outputs
Name | Abbreviation | Type | Access | Description |
Object | O | Any | Item | The parsed object |
How-To
Pass in a string
The result is the string wrapped into an Object.
Parse a string into an object
Name | Abbreviation | Type | Access | Description |
String | S | String | Item | The string to parse |
Name | Abbreviation | Type | Access | Description |
Object | O | Any | Item | The parsed object |
Pass in a string
The result is the string wrapped into an Object.