How to open a JSON local file in JavaScript
On occasions, while developing an application we need to load JSON file to load content like config/setting or data. These files can also exist in a directory tree structure. There are various ways to achieve this and mostly people prefer the jQuery way. In this post, I will show you other methods along with the …