Skip to content

asJson

Back to Index
value |> text

Turns any value into it’s JSON equivalent text value.

Examples

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