1、初始化为有序json对象JSONObject jsonOrdered= new JSONObject(true);2、将String对象转换过程中,不要调整顺序JSONObject jsonOrdered = JSONObject.parseObject(jsonString, Feature.OrderedField);