Expression functionsType ConversionsfromJSONOn this pagefromJSONThe value decoded from JSON text fromJSON(text: string) -> any Arguments NameTypetextstring Example {{ fromJSON(response.body) }} Returns (the decoded value).