JSONDecode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - JSONDecode

This Function decodes a specified JSON encoded string.

Parameters

  • Value <string> - The string to decode.

Examples

  • Example 1

JSONDecode("Hello \\ Kalipso") Result = Hello \ Kalipso

Last updated