How do I clone an org.json.JSONObject in Java? April 30, 2023 by Tarik Easiest (and incredibly slow and inefficient) way to do it JSONObject clone = new JSONObject(original.toString());