Here is the structure of the API. (JSON format).I have already parse title & subtitle from this API. But how can I parse this youtube video link and play it in android?
{
   "success": true, 
   "message": "All Contents of Nirdeshona Videos", 
    "data": [ 
        { 
            "id": 1, 
            "title": "New NVideo", 
            "sub_title": "New song",
            **"link": "https://www.youtube.com/watch?v=lecITZkWqzg",**
            "status": 1,
            "created_at": "2019-10-01 08:41:29",
            "updated_at": "2019-10-01 08:41:29"<p>
        }
    ]
}