openworld42

Results 7 comments of openworld42

Some hours, some coding and the unit tests later: I implemented suggestion 1) including javadoc on the [JSON-java fork https://github.com/openworld42/JSON-java](https://github.com/openworld42/JSON-java) on branch master: To demonstrate the ordered usage: before using...

@rudrajyotib > @openworld42 - can you please elaborate your use case. If it is that the generated JSON file be written with keys in sorted manner, or if it is...

@johnjaylward 1) Have you tested this parsing a nested JSON object? Yes, (of course ;-) I put some nesting in the fork in [Main.java](https://github.com/openworld42/JSON-java/blob/master/src/main/java/Main.java), and commented out test1() for test2():...

[@rudrajyotib ](https://github.com/rudrajyotib) I annotated your comments, please read. Note: I also merged the latest changes of JSON-java into the fork to stay up-to-date.

### Summing up of the present suggestions of an ordered JSONObject output Note: I came up with the suggestion to supply a feature to get the output of a JSONObject...

[@jpuerto](https://github.com/jpuerto) Thanks for looking over it. My Remarks: this is true, but only for suggestion 2. (I stated this within the Cons of 2.). Suggestion 1. and 3. do not...

Hi @mmariuzzo thanks for voting and an answer to my proposal. It seems that there is not a lot of interest on this item - I thought more people would...