Export Spreadsheet to JSON format

Hi, iam trying to get a spreadsheet to be converted and exported to json format. I dont think there is a inbuild option for it. But still wanted to ask if someone knows a good solution for this problem.

Thanks,

KGR

Hello,
You can use serialize() method which serializes SpreadSheet data to a JSON object.
Please, check the sample: https://snippet.webix.com/vhnyua6s

I totally overlooked that method, thank you so much!