Summary
Parses a string to create an object.
Description
Parses a JSON string, constructing the JavaScript value or object described by the string.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| text | string | yes | The string to parse as JSON | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| textObject | object | The Object corresponding to the given JSON text |