Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 배열
- 과정평가형
- javascript
- TO_DATE
- spring
- POI
- eGov
- JVM
- html
- 암호화
- eGovFramework
- was
- controller
- select
- jQuery
- 개념
- json
- CSS
- Database
- 태그
- sql
- mybatis
- web.xml
- array
- 오류
- input
- Java
- 함수
- Ajax
- Oracle
Archives
- Today
- Total
목록2024/09/10 (1)
web developer
[java] JSON 데이터 파싱
JSON 데이터 파싱userInfoData JSON에서 information 배열 안의 Subject 객체에서 privacy 배열의 value 값을 가져오는 방법을 org.json.simple 라이브러리를 사용하여 구현할 수 있습니다 jsonuserInfoData :{ "url":["https://localhost:8080/test"], "id":"testId", "physical":{"height":"180", "weight":"80"}, "gender":["man", "woman"], "information":[ { "url":["https://localhost:8080/test"], "language":"KR", ..
Language/Java
2024. 9. 10. 17:57