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
Try data[0].status;. Your data are in an object now. At console.log(data) you can see that
data[0].status;
console.log(data)