mjson icon indicating copy to clipboard operation
mjson copied to clipboard

Update Object to use LinkedHashMap rather than HashMap

Open arkban opened this issue 5 years ago • 0 comments

Updated HashMap usages to use LinkedHashMap to preserve order of key insertion in Objects.

AFAIK this is not part of the spec yet makes the behavior consistent with other JSON parsers: 1 2 3 4

arkban avatar Jan 02 '20 20:01 arkban