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:
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.