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: 3/21/2018 4:24 PM