Skip to main content

fromJSON

The value decoded from JSON text

fromJSON(text: string) -> any

Arguments

NameType
textstring

Example

{{ fromJSON(response.body) }}

Returns (the decoded value).