I am working in IntelliJ and using Maven. I have a class that uses JSONObject:
JSONObject
import org.json.JSONObject; try { JSONObject documentObj = new
As of today (15th July 2020), you need to use latest maven repository as per below:
org.json json 20200518
For any new version in the future, you can check it here:
Then simply replace 20200518 with latest new version value.