var dcdataListJson = dcdataList1.getRowJSON(i); console.log("dcdataListJson",dcdataListJson); // dcdataList1의 모든 데이터를 JSON으로 출력 console.log(dcdataList1.getAllJSON()); dataMap1.getAll(); //주의사항: dataMap은 getAll만 가능하고 dataList는 getAllJSON 가능