I\'m new to AJAX and javascript. In my project, I have to get a json object in my javascript file. I\'ve used spray
AJAX
javascript
json
spray
If you wish to see all the data in the JSON object, use JSON.stringify Refer here for more details
JSON.stringify
Hope that helps.