webgoat.customjs.register = function () { var xml = '' + '' + ' ' + 'test' + '' + ' ' + 'test' + '' + ''; return xml; } webgoat.customjs.registerJson = function () { var json; json = '{' + ' "user":' + '"test"' + ' "password":' + '"test"' + '}'; return json; }