scraped the page from the website and store data as JSON file and checked valid JSON data from the website, I want to get data from that file on laravel, below as piece of JSON data, can anyone help to solve this issue.
[{
    "data": {
        "entityUrn": "urn:li:collectionResponse:5uIVHMD1bTeNoD/BP3JgR7QsIAu/CVRllprBLkKJgR8=",
        "paging": {
            "start": 0,
            "count": 10,
            "links": [],
            "$recipeTypes": ["com.linkedin.voyager.dash.deco.common.FullPaging"]
        }
    }
}]
 
     
    