How to parse nested JSON using GSON

后端 未结 3 1420
自闭症患者
自闭症患者 2021-01-28 00:41

I am currently making a get request using volley and in onResponse i am trying to parse the jsonObject using gson to my model.

JSON Returned after the request is made:

3条回答
  •  清歌不尽
    2021-01-28 01:22

    There is a little mistake in your code.So you should change ClientData clientData to ClientData data. Then you can get the data.Hope this will help you in parsing.

提交回复
热议问题