How to get JSON path for "title" in the "data"
JSON response :
[
{
"id": "QpUfTbctx3d",
"status": 1,
"data": "{\"title\":\"prabha\",\"guid\":\"QpUfTbctx3d\"}",
"pub_date": "2024-02-21T06:36:58.880Z",
"created_at": "2024-02-21 06:36:59",
"updated_at": "2024-02-21 06:36:59"
},
{
"id": "hOAJ4LzmKfR",
"status": 1,
"data": "{\"title\":\"what\",\"guid\":\"hOAJ4LzmKfR\"}",
"pub_date": "2024-02-21T06:56:49.991Z",
"created_at": "2024-02-21 06:56:50",
"updated_at": "2024-02-21 06:56:50"
},
]