if am using the json.parse() method am getting the following error "Load error: 0 undefined" sample code: var str='{"username":"username","password":"password"}'; alert("Successfully loaded " + str); //var data=JSON.stringify(str); var data...
this is the code am executing... function registration() { var serverUrl = ' https://api.appery.io/rest/1/db/users '; var username = document.getElementById('startScreen_username_input').value; var password = document.getElementById('startScreen_password_input').value; var firstname = document.getEl...