반응형
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 | 31 |
Tags
- mysql
- spring3
- mybatis
- docker
- git
- Maven
- config
- MariaDB
- nodejs
- PM2
- jenkins
- yona
- Next.js
- popup
- javascript
- Java
- centos7
- ajax
- node.js
- pwa
- jquery
- SpringBoot
- MSsql
- FCM
- Eclipse
- rocky9
- submit
- security
- Push
- NextJS
Archives
- Today
- Total
목록JSONParser (1)
ふたりで
response Body에 담긴 Json 문자 파싱
- dependency com.googlecode.json-simple json-simple 1.1.1 - 구현 Class public Map getAPICall(int param) throws Exception { Map resultMap = new HashMap(); String reqStr = uRLUtil.requestGET("http://aaa.aaa.kr/GETjson", param); /* reqStr에 담겨오는 jsonString {"code": "success", "message": "", "data": { "a_unit": "2000.9", "b_unit": "3000.0" } } */ //jsonString 파싱하여 jsonObject에 담는다. JSONParser parser = n..
Spring
2020. 12. 1. 09:41