codechacha / codechacha-comments-repo

codechacha-comments-repo
0 stars 0 forks source link

Java - JSON을 파싱하는 가장 쉬운 방법 #24

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Java - JSON을 파싱하는 가장 쉬운 방법

org.json 라이브러리를 사용하여 JSON을 파싱하는 방법을 소개합니다. JSON은 Object, Array, Key-Value 타입으로 이루어져 있으며 Value는 String, Int, Long, Boolean 등의 타입을 지원합니다.

https://codechacha.com/ko/java-parse-json/

malcano commented 1 year ago

직관적인 예시 감사합니다~