Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use LinkedHashMap instead of HashMap #95

Closed
wants to merge 1 commit into from

Conversation

cdarloy
Copy link

@cdarloy cdarloy commented Apr 5, 2014

Using HashMap leads to loss of keys order when converting json to xml or xml to json

Using HashMap leads to loss of keys order when converting json to xml or xml to json
@jwgmeligmeyling
Copy link

I believe this is already rejected a while a go ( #93 ). Keys in JSON are unordered.

@douglascrockford
Copy link
Contributor

JSON does not guarantee key order.

BGehrels pushed a commit to BGehrels/JSON-java that referenced this pull request Apr 29, 2020
…essages

Test cases updates for standardized exception messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants