My json file looks like this
{
"Persons": {
"Name" : "e",
"Name2": "e",
"Id": "4700"
}, [...]
}
How does my code looks like to parse/load this local json file into a html file. I tried everything out but none of them worked.