How about the json format in Smart Rendering?

Hello! The sample “dhtmlxGrid. Step-by-step Guide. Big grid”,it use XML format.Now i want to use JSON format, how about the json format to write? {total_count:100, pos:30, rows:[{id:30, data:[…]}, {id:31, data:[…]}] }, is that right?

Your server side code shold return json string in the following format:
{total_count:“30”,pos:“0”,rows:[{id:47083,data:[“Chrendrams”,“jx8727”,“109”]},{id:47084,data:[“Ucksibytenog”,“fh9549”,“18”]}]}