Klipfolio Dashboard API

Object Engines.JSON

Object
   |
   +--Klip
         |
         +--Engines
               |
               +--Engines.JSON

Advanced Feature This object is an advanced feature that is only available in the licensed, commercial version of Klipfolio Dashboard. Contact Klipfolio for further details.

The Engines.JSON object provides you with two functions, Engines.JSON.toJSON() and Engines.JSON.toObject(), that allow you to convert a JavaScript object to a JSON string and vice versa, respectively.

Since:
5.3

See also:
http://www.json.org


 
Function Summary
 function toJSON( <Object> javaScriptObject )
           Converts a JavaScript object into a string containing a JSON syntax representation.
 function toObject( <String> JSONString )
           Converts a string containing a JSON syntax representation of a JavaScript object back into an object.

Function Detail

toJSON

function toJSON( <Object> javaScriptObject )

toObject

function toObject( <String> JSONString )

Klipfolio Dashboard API

© 2011 Klipfolio Inc. All Rights Reserved.