toJSON

converts scheduler's data into the JSON format

string toJSON();
stringa data string in the JSON format

Example

var str = scheduler.toJSON();

Related samples

Details

The method requires the serialize plugin to be enabled.

Custom attributes can be configured if necessary.

See also
Back to top