I am making kids ABC learning game in phaser. I used jquery to read json file and used data in my game successfully but when I run that game on android the data was not shown there... because I think JQuery is server dependent and there is no server for mobile.. so know I want to read and also want to write (I want to write data to change application images and colors as user chose...) or update json data in separate file .. how can I do that.. my json data is like. [{ "letter": "A", "lfor": "Apple", "ref":"Assets/Limages/1.png"}, { "letter": "B", "lfor": "Banana", "ref":"Assets/Limages/2.png" },.......]