摘要: 一、所需jar包: gson-x.x.jar(本例使用的是gson-2.7.jar)。 二、解析转化: 1、json字符串 < > json 2、java实体类 < > json 3、List < > json 4、Map < > json 5、Set < > json 心得:Gson(Google 阅读全文
posted @ 2017-09-12 17:22 Dancer_Bug 阅读(268) 评论(0) 推荐(0)
摘要: 一、json-lib所需的jar包: json-lib.jar,commons-beanutils.jar,commons-collections.jar,commons-lang.jar,commons-logging.jar,ezmorph-1.0.6.jar(可直接在网上搜索下载)。 二、解析 阅读全文
posted @ 2017-09-12 11:10 Dancer_Bug 阅读(294) 评论(0) 推荐(0)