Module: json
asJson
Back to Indexvalue |> text
Turns any value into it’s JSON equivalent text value.
Availability
Discount | Rule | Reactor |
---|---|---|
Examples
import 'json'
from { prop = "value"} asJson
// Returns:'{"prop":"value"}'
Module: json
value |> text
Turns any value into it’s JSON equivalent text value.
Discount | Rule | Reactor |
---|---|---|
import 'json'
from { prop = "value"} asJson
// Returns:'{"prop":"value"}'