var response = '{"id":42}'; alert(response['id']);
var response = '{"id":42}'; alert(JSON.parse(response)['id']);