I am trying to display data in JSON format on the browser! any suggestions .... i have given my javascript (.js) code below
Add a content-type in your code:
response.setHeader("Content-Type", "application/json");