value |> text
Turns any value into it’s JSON equivalent text value.
from { prop = "value"} asJson // Returns:'{"prop":"value"}'