Please note this application will never be running on a server system.
I am trying to read a local json file the code I am using is:
jQuery.getJSON('/Users/michael/jscrud/json/test.json')
.done(function(data) {
//do something here
}
I also need to be able to change this file adding meta data about the changes made. Any help would be great thanks. As I have spent 3 days trying to find the answer.