函数 tojson 中的排序结果

Sorted results in function tojson

Gson.tojson(object) returns 按字母顺序排序的 json 字符串。

如何保留原始排序顺序(来自数据库)?

好的,我正在读取一个 json 对象,使用 jsonstring = gson.tojson(jsonobject) 通过 urlconnection.

json对象就像{"fieldZ: "name", "fieldA: "name2",....}

当我使用 toast 显示字符串 (android-app) 时,结果显示按 json-字段的字母顺序排列。

我想显示与通过 url 连接时相同的订单。