json

specifies JSON serialization and parsing

object json;

Example

var obj = scheduler.json; // -> { parse(data){...}}

Details

The JSON object contains the only member - the parse() method which defines how the scheduler will parse data in the JSON format.

Back to top