반응형
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 |
Tags
- nodejs
- Next.js
- centos7
- PM2
- NextJS
- spring3
- SpringBoot
- javascript
- config
- Push
- Tomcat
- MariaDB
- git
- yona
- mysql
- Java
- FCM
- Eclipse
- ajax
- node.js
- pwa
- popup
- jenkins
- MSsql
- mybatis
- docker
- security
- rocky9
- jquery
- Maven
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