Contents
Display Legacy Contents

 Print
    JSONDecode          
This Function decodes a specified JSON encoded string.

Parameters

Value <string>
 
The string to decode.

     
Example 1
JSONDecode("Hello \\ Kalipso")

Result = Hello \ Kalipso

See also
Samples
Sample 1
Sample 2
 
Updated: 11/30/2017 11:14 AM