ok :D
You see in the lib source documentation : http://json-lib.sourceforge.net/apidocs/net/sf/json/JSONObject.html...
Yes , i dont say that the map implementation is wrong, i mean the put operation of...
Bug : public Object put( Object key, Object value ) { if( key == null ){ throw new...
Workaround: JSONObject jsonObj = new JSONObject(); jsonObj.put("success", "true");...
NullPointerException on ToString()