Contents
Display Legacy Contents

 Print
    JSONEncode          
This Function encodes a specified string into a JSON encoded string.

Parameters

Value <string>
 
The string to encode.

     
Example 1
JSONEncode("Hello \ Kalipso")

Result = Hello \\ Kalipso

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