fangyidong / json-simple

A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
Apache License 2.0
746 stars 338 forks source link

Preserve order on JSONObject #143

Open aaronmray opened 3 years ago

aaronmray commented 3 years ago

I am using this library to write and read to a configuration file. Preserving the order of the JSONObject provides some quality of life improvements to my end users.

gothius commented 3 years ago

I could be wrong, but you might want to use cliftonlabs.github.io/json-simple which seems to be the current version that is maintained.

aaronmray commented 3 years ago

I could be wrong, but you might want to use cliftonlabs.github.io/json-simple which seems to be the current version that is maintained.

I saw that mentioned in another PR, but I am honestly not very hopeful my PR will be merged to either of the repos. I will give it a shot though.