Jan-25-2019, 09:54 AM
looking at your json file (without testing), it appears that you are missing commas:
Output:[
{
"id":1,
"name": "jame",
"email": "[email protected]"
},
{
"id":2,
"name": "Apple",
"email": "[email protected]"
}
]