fastjson调用parSEObject方法时会自动排序,如无需排序需要在parSEObject方法中加参数Feature.orderedField则fastjson会按原来的顺序。
JSON.parSEObject(jsonStr,Feature.orderedField)