본문으로 바로가기

[1] json 설치하기

category 외부 데이터/json 2017. 8. 8. 10:24

1. json-simple 라이브러리를 활용하기 위하여 jar파일을 다운받는다. 

json-simple 다운로드 : https://code.google.com/archive/p/json-simple/downloads


2. 프로젝트가 없다면 프로젝트를 생성 / 프로젝트가 존재한다면 해당 프로젝트에서 

우클릭 > 속성 > Java Build Path > Add External jars...

하여 다운받은 jar파일을 추가시켜 준다.