The JSONEncode()
function encodes the given value to a json literal.
Syntax
JSONEncode(value)
Returns
A text that contains a JSON literal
Parameters
- value – the following WEM values can be used
- Text
- Number
- Boolean
- Text array
- Number array
- Boolean array