namespace SAPO.Utility.Serialize

Function Summary
String get (Object jsObject, Boolean convertToUnicode)
serializes a JSON object into a string

Function Details

function get

String get(Object jsObject, Boolean convertToUnicode)
serializes a JSON object into a string
Parameters:
jsObject - JSON object
convertToUnicode - if true, converts the string contents of the object to unicode
Returns:
serialized string