What can be the reason to the error in the title?
I import classes from here:
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
And then add watch to the following expression:
(((JSONObject)obj).getJSONArray("userTests")
And then get:
java no such instance method 'org.json.simple.JSONObejct.getJSONArray'
Also when run the code, not by watch expession, I get:
cannot resolve method 'getJSONArray(java.lang.string)'