You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my library it is preferred to maintain the order found of object fields. The current implementation of JSONObject uses a HashMap instead of a LinkedHashMap and thus order is lost and is not predictable.