반응형
Map<String, Object> map = new HashMap<String, Object>();
map.put("PARTNER_NO" , "0002485000" );
map.put("RSRVCH_DIV" , "91" );
map.put("RSRV_NO" , BARCODE );
map.put("RSRV_STAT" , "2" );
// 1
JSONSerializer.toJSON(map); // net.sf.json.JSONSerializer
// 2
JSONObject.fromObject(map); // net.sf.json.JSONObject
728x90
반응형
'웹 개발' 카테고리의 다른 글
[css] text 선택 방지 (0) | 2019.08.23 |
---|---|
[java] convert string to json object (0) | 2019.08.23 |
[javascript] 크로스 도메인 - cross domain (0) | 2019.08.23 |
javascript - key를 기준으로 json object 정렬 (0) | 2019.08.23 |
javascript - Using jQuery to compare two arrays (0) | 2019.08.23 |