parseJson
Module Export
value |> textTurns an JSON serialized text into it's Filtrera value equivalent.
Examples
import 'json'
from '{"prop":"value"}' parseJson
// Returns:{ prop = "value"}Module Export
value |> textTurns an JSON serialized text into it's Filtrera value equivalent.
import 'json'
from '{"prop":"value"}' parseJson
// Returns:{ prop = "value"}