I'm creating a view by reading several json files at once. I'm reading 6 files from indexes 0 to 5 and displaying each view. Until the day before yesterday, only the view of index 0 was executed and the rest of the errors appeared, but I didn't correct anything, but the file in index 1 starts to read, and from 2 the same error appears. In my json file, there is no '/' in row 1 of column 1, but there is a '/' in row 1 of column 1, so I think they say that they can't read it as a json file
[
{
"name": "recipe1", "id": 1001, "description": "1", "imageName": "Recipe01"
},
{
"name": "recipe2", "id": 1002, "description": "2", "imageName": "Recipe01"
},
{
"name": "recipe3", "id": 1003, "description": "3", "imageName": "Recipe01"
},
{
"name": "recipe4", "id": 1004, "description": "4", "imageName": "Recipe01"
},
{
"name": "recipe5", "id": 1005, "description": "5", "imageName": "Recipe01"
},
{
"name": "recipe6", "id": 1006, "description": "6", "imageName": "Recip01"
},
{
"name": "recipe7", "id": 1007, "description": "7", "imageName": "Recip01"
}
]