[JAVA] org.json.simple.JSONObject cannot be cast to net.sf.json.JSONObject
·
STUDY/JAVA
org.json.simple.JSONObject cannot be cast to net.sf.json.JSONObjectnet.sf.json.JSONObject import를 다른 것으로 잘못해서 에러가 났다. import org.json.simple.parser.JSONParser; import org.json.simple.JSONObject; import org.json.simple.JSONArray; 위처럼 제대로 import 되어있는지 확인