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
The JSON string is parsed into a JavaScript object before formatting and the order of properties when iterating over JS objects was until recently unspecified. The ordering defined in ES2015 is not always insertion order but would by chance be what you expected in the above case.
I'm not sure if I should try to fix this since the JSON spec itself states that objects are unordered. It may be possible, but I'll have to assess the costs when I'm rewriting the formatter.
Current version of jsonovich (Firefox current) makes input
getting displayed as
The text was updated successfully, but these errors were encountered: