from
From parses the string value as the given format and returns the parsed result.
From parses the string value as the given format and returns the parsed result.
Input
string
Parameters
| # | Type | Required |
|---|---|---|
| 0 | string | yes |
Returns
map
Examples
{{ json_string | from:'json' }}
{{ payload | from:'json' | key:'data' }}How is this guide?