News

Steps to reproduce: Create a new JSONObject (); try to add an enum as a value dump the jsonObject via the toString () method expected: we see the enum values actual: we do not see the enum values ...
W/System.err: org.json.JSONException: Value (JSONObject.java:160) W/System.err: at org.json.JSONObject. (JSONObject.java:173) W/System.err: at com.payu.india.Tasks ...