JsonObject.keySet and entrySet don't preserve order
Closed this issue · 0 comments
Barteks2x commented
There doesn't appear to be a way to iterate over all entries (including keys) while preserving order. JsonObject.values()
keeps order, but doesn't give me access to keys.