抽点时间接着写吧。
fastjson也是一个json的解析库,业内挺有名的。github地址是:https://github.com/alibaba/fastjson
jar包地址下载地址可以是:http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.alibaba%22%20AND%20a%3A%22fastjson%22
简单用法是:(我用的是android版的fastjson)
//待续
原文链接:https://www.f2er.com/json/289193.html