JSON데이터가 배열로 넘어온경우 파싱
Response받은 JSON데이터가 배열일경우 JAVA에서 파싱하는 방법입니다. *기본적으로 json 라이브러리는 있어야합니다. Response Data { "statusCode": "200", "statusMessage": "Success", "data": [ { "enterpriseCode": "VPS", "corporationCode": "1001", "orderCount": 4, "orderChannel": "YOGIYO", "storeCode": "1105000" }, { "enterpriseCode": "VPS", "corporationCode": "1001", "orderCount": 4, "orderChannel": "BAEMIN", "storeCode": "1105000" } ] } 여기..
개발/Java
2019. 12. 17. 16:16