My json file is as follows
{ "Persons": { "Name" : "e", "Name2": "e", "Id": "4700" }, [...] }
What does my code look for parsing / loading this local json file into an html file. I tried everything, but none of them worked.
javascript ajax serialization
1453
source share