본문 바로가기
error/Spring

[스프링 Error] org.json.simple.JSONObject cannot be cast to net.sf.json.JSONObject

by 밍구몬 2019. 10. 11.

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 되어있는지 화긴...

 

그래도 오류가 난다면 파싱을 제대로 했는지 등등 .. 확인해야 한다.