Do fetch() read from local file instead of url?
fetch('localJsonFile.json')
.then ............
this is my localJson.json file
[{
"id": 1,
"title": "Mrs",
"body": "Case",
"date": "3/13/2017"
},
{
"id": 2,
"title": "Ms",
"body": "Blackater",
"date": "5/8/2017"
}]