You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested to know if the current behavior is by design or if an exception is meant to be thrown since the javadocs for the constructor says it throws a JSONException but it doesn't declare that it throws it.
The text was updated successfully, but these errors were encountered:
The JSONObject's map based constructor does not throw an exception when the Map contains null keys.
The following will fail the NotNull check.
And the following will fail the Equals check:
I am interested to know if the current behavior is by design or if an exception is meant to be thrown since the javadocs for the constructor says it throws a
JSONException
but it doesn't declare that it throws it.The text was updated successfully, but these errors were encountered: