Java中Json的各類處理

1、net.sf.json 一、Json轉Map JSONObject jsonObject = JSONObject.fromObject(jsonStr); Map<String,Object> map = new HashMap<>(); map.put("code",jsonObject .getInt("code")); 二、Json轉實體 JSONObject jsonObject =
相關文章
相關標籤/搜索