I am trying to load JSON locally but it give me error of file not found (404). I have tried following
- renaming the json file
- trimming down JSON to see if there was a error there
Following is my folder structure and my JSON
{
"id": "1",
"name": "Lorem, ipsum.",
"image": "./src/assets/1.jpg",
"desc": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam, neque."
}