Primitive
data.fromJson
BETAShort name: fromJson
Version: 1.0.0
Parse JSON text into a value.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| text | string | true | JSON text input. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | any | false | Parsed JSON value. |