how do get all data from datatable , and all data to json

hi,I don’t know how do get all data from datatable, and data format is json

you can use

var data = $$("mytable").serialize();

thank you. I need it.