Module: json
asJsonText
Back to Indexvalue |> textTurns 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 |> textTurns any value into it’s JSON equivalent text value.
| Discount | Rule | Reactor |
|---|---|---|
import 'json'
from { prop = "value"} asJson
// Returns:'{"prop":"value"}'