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