Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - JSONEncode
This Function encodes a specified string into a JSON encoded string.
Value <string> - The string to encode.
Example 1
JSONEncode("Hello \ Kalipso") Result = Hello \\ Kalipso
Last updated 4 years ago