sample的json格式很清晰,ui编辑器导出来的很乱为什么?

比如一个输入框,例子文件里面是

 {
         "classname" : "TextField",
         "options" :
         {
         "x" : 240,
         "y" : 150,
         "fontSize" : 20,
         "placeHolder" : "TextField",
         "touchAble" : true,
         "name" : "textfield"
         },
         "children" :]
         },

再一看工具导出来的,一行写到底不说,还一堆选项,求解释?