摘要:
json小结: Java中并没有内置JSON的解析,因此使用JSON需要借助第三方类库。 下面是几个常用的 JSON 解析类库: Gson: 谷歌开发的 JSON 库,功能十分全面。 FastJson: 阿里巴巴开发的 JSON 库,性能十分优秀。 Jackson: 社区十分活跃且更新速度很快。 简 阅读全文
posted @ 2020-04-30 10:49
爱跳舞的程序员
阅读(16)
评论(0)
推荐(0)
摘要:
1 package com.ytd.ebos.platform.util; 2 3 import java.util.Iterator; 4 5 import net.sf.json.JSONArray; 6 import net.sf.json.JSONObject; 7 8 /** 9 * @a 阅读全文
posted @ 2020-04-30 09:28
爱跳舞的程序员
阅读(2116)
评论(0)
推荐(0)