I want to take “label” from JSON response. Tried res.json().data.label but it did not work.
res.json().data.label
{ "data": [ { "id": "test", "label": "PAK", "labelFormat": "[SE]-[IDX]", } ], "count": 5 }