-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Adds JSONArray toList method and JSONObject toMap method #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.