如何使用数组反序列化json字符串

时间:2017-01-23 13:09:17

标签: json http httpclient

Res:

{
  "status": "success",
  "statusCode": 200,
  "message": "Security Questions fetched Successfully",
  "data": [

    [
        {
          "id": 4,
          "name": "what is u r name?",
          "category": "personel"
        },
        {
          "id": 21,
          "name": "what is your nick name?",
          "category": "personnal"
        },
    ], 
    [
        {
          "id": 43,
          "name": "what is your spouse name?",
          "category": "family"
        },
        {
          "id": 42,
          "name": "what is your nick name?",
          "category": "family"
        }
    ]

  ]
}

0 个答案:

没有答案