该文被密码保护。
posted @ 2018-02-10 10:52
bobo2018
随笔分类 - JSON
摘要:原来很简单:public class CasualTest { public static void main(String[] args) { Map> map = new LinkedHashMap>(); Point order = new...
阅读全文
posted @ 2016-01-15 10:03
摘要:JSON有六种数值:数值,字符串,数组,对象,布尔值,null;JSON API把这几种数值分成四种类型:primitive,array,object,null;以下以gson为例,有四个被操作的对象:JsonObject,JsonPrimitive,JsonArray,JsonNull,他们的父接...
阅读全文
posted @ 2015-08-06 11:31
|