I made a Local Web Game using Javascrip and a very basic html page so I don't need and want to use a Server for my game !
But now I want to save some data (record for example) . So i made a Json file which I managed to read using "$.getJSON" and I was wondering if I could write in my json file using only Javascript ?
I don't want to use any php script !
I look forward to your response !