println("There was an error parsing the JSONObject");
}
};
...but I keep getting the error message ""The constructor JSONObject(Object) is not visible" in line 21. I am pretty new at all this, but from what I've read, a JSON library should be included with Processing 2, so why doesn't it work?