json()
Description
Exports data from a spreadsheet into a JSON file
Usage
json(): void;
Example
const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
// config parameters
});
spreadsheet.parse(data);
// exports data from a spreadsheet into a JSON file
spreadsheet.export.json();
Changelog: Added in v4.3
Related articles: Data loading and export
Related sample: Spreadsheet. Export/import JSON