阅读背景:

用Gson解析没有数据头的纯数组json字符串

来源:互联网 

无数据头Json字符串

Json字符串只有数组,而次数组没有名字,如下

[
  {
    "name": "zhangsan",
    "age": "10",
    "phone": "11111",
    "email": "[email protected]"
  },
  {
    "name": "lisi",
    "age": "20",
    "phone": "22222",
    "email": "[email protected]"
  },
  ...
][
  {
 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: