I have to Store Every Element of List to List so how i can do this?
Json Response as below.
{
"responseCode": 200,
"responseMessage": "OK",
"data": null,
"dataList": [
"Technical",
"Field"
],
"excelDataList": null,
"totalRecords": 2,
"pageRecords": 0,
"currentPageNumber": 1,
"totalPages": 0
}
Here i have to store dataList values in list.