Skip to content

Use LinkedHashMap instead of HashMap - #95

Closed
cdarloy wants to merge 1 commit into
stleary:masterfrom
cdarloy:patch-1
Closed

Use LinkedHashMap instead of HashMap#95
cdarloy wants to merge 1 commit into
stleary:masterfrom
cdarloy:patch-1

Conversation

@cdarloy

@cdarloy cdarloy commented Apr 5, 2014

Copy link
Copy Markdown

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
Copy Markdown

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

@douglascrockford

Copy link
Copy Markdown
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