What are the methods or approaches that I should use in order for me to get data from JSON file locally.
$.getJSON
works fine in firefox, however chrome doesn't work unless you run on localhost.
I want to run it properly in chrome(Since android uses chrome) without using localhost servers such as xampp, and also run it on safari(iOS uses safari).
I'll run this on android and iOS