Keyword
fromJson
Back to Indexvalue |> text
Turns an JSON serialized text into it’s Filtrera value equivalent.
Examples
from '{"prop":"value"}' fromJson
// Returns:{ prop = "value"}
Keyword
value |> text
Turns an JSON serialized text into it’s Filtrera value equivalent.
from '{"prop":"value"}' fromJson
// Returns:{ prop = "value"}