Member • Feb 19, 2017
JavaScript and external JSON
{"value":[{"firstname":"naancy","email":"nancy@gmail.com","lastname":"sheeba", "phone":"9791409681","address":"23,Iam Fine Street","city":"chennai","zip":"620012", "country":"India"}]}This is my external Json file.I am using HTML form elements to get the value of Email id if it matches all other values will be automatically filled.Suppose if the user wants to change the value of phone number.How could i update it in external JSON file??