Hello everybody.
I have generated same json data following this link, and I would like to:
Save it under myfile.json into the assets folder.
Read it from javascript.
It belongs to a project to get information about some monuments in a town (images, lat, lng, text, accesibility, etc) probably many people would use it at the same time.
Information is static, it will be changed rarely, so I tought about generating the info about each monument in a single json file that way is no need to generate that information every time by the server or worrying about cache.
After that a use jquerymobile and angularjs to read the json file and present it to a mobile device.
I will appreciate any help.
Regards.