Adds JSONArray toList method and JSONObject toMap method#203
Adds JSONArray toList method and JSONObject toMap method#203stleary merged 1 commit intostleary:masterfrom joeferner:to-java
Conversation
|
Seems like a reasonable enhancement. Should the methods be renamed as getters, e.g. getMap() instead of toMap() ? Otherwise, no objections here. |
|
I think the toMap and toList are reasonable names as they imply a
|
|
I didn't check the javadoc included, but be sure a note for cyclical
|
|
@johnjaylward Just added the warning to both methods |
|
What problem does this code solve? Changes to the API? Changes to how the code behaves? Does it break the unit tests? Will this require a new release? Should the documentation be updated? |
Adds JSONArray toList method and JSONObject toMap method
No description provided.