Skip to content

Keyword

fromJson

Back to Index
value |> text

Turns an JSON serialized text into it’s Filtrera value equivalent.

Examples

from '{"prop":"value"}' fromJson
// Returns:
{
prop = "value"
}
Back to Index