The method get(String) is undefined for the type Object The method getJSONObject(String) is undefined for the type JSONObject JSP에서 다국어 지원을 해야하는 상황이 생겨서 json 파일을 파싱하여 화면에 맞게 데이터를 출력하려고 했는데 위와 같은 비슷한 에러들(찾는 데이터가 undefined, 즉 데이터를 찾을 수 없다는..)이 계속 떴다. // lang.en.json { "content":{ "example":"???", "example-array": { "text": [ "text1", "text2" ] } } } 뭐 json 파일도 고쳐보고 getJSONObject, getAsString 등 써봤..