Awee

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

#TypeRequired
0stringyes

Returns

map

Examples

{{ json_string | from:'json' }}
{{ payload | from:'json' | key:'data' }}

How is this guide?

On this page