org.json.simple.JSONObject cannot be cast to net.sf.json.JSONObject 에러는 import를 잘못해주었을 때 에러가 난다 ..
import org.json.simple.parser.JSONParser;
import org.json.simple.JSONObject;
import org.json.simple.JSONArray;
위처럼 제대로 import 되어있는지 화긴...
그래도 오류가 난다면 파싱을 제대로 했는지 등등 .. 확인해야 한다.
'error > Spring' 카테고리의 다른 글
java.lang.ClassNotFoundException 에러 해결 방법 (6) | 2020.10.07 |
---|---|
ajax로 list넘길때 406에러 (0) | 2019.09.20 |
스프링 JSON 406에러 (0) | 2019.06.24 |
파일 업로드시 Unable to process parts as no multi-part configuration has been provided 에러 (0) | 2019.06.21 |
스프링 Mybatis 에러 :: getCLOB not implemented for class oracle.jdbc.driver.T4CLongAccessor (0) | 2019.05.10 |