- jquery - How to read a JSON file in Javascript - Stack Overflow
@FabinValle I used the above two approaches and it worked fine and I was able to read the data However, I had to use the Apache Web server and then open the file through web server Is there any way this can be accomplished without using a webserver? For instance, can I directly read the json file from my local machine directory and then read it or process it without using webserver?
|