I have two text box T1 and T2. I need to save that two values as json in separate file using java script. my target is to write values in separate file and have to retrieve later. please guide me how to write json in separate file..thanks in advance.
I think this is what you are looking for: https://github.com/douglascrockford/JSON-js
View its readme file here: https://github.com/douglascrockford/JSON-js/blob/master/README