I want to get value of description from jQuery object. my object something like this.

I am using JSON.parse but with this, I am getting undefined.
I want to get value of description from jQuery object. my object something like this.

I am using JSON.parse but with this, I am getting undefined.
 
    
    Assuming we get the object from data variable. You get it like
console.log(data[0].description);
