asJsonText
Module Export
value |> textTurns any value into it's JSON equivalent text value.
Examples
import 'json'
from { prop = "value"} asJson
// Returns:'{"prop":"value"}'Module Export
value |> textTurns any value into it's JSON equivalent text value.
import 'json'
from { prop = "value"} asJson
// Returns:'{"prop":"value"}'