openworld42
openworld42
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
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...
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
@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...
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
@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():...
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
[@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.
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
### 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...
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
[@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...
Ordered output/file writing of JSONObjects (may be repeated, nevertheless please read carefully ...)
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...