JSON.parse() is returning [Object object]

Hey Giri,

Thank you so much for taking the time to respond to my question.

Simply put, how can I get this data in the form where I can access it just by response[0].name, response[1] .value, etc.?

Each item comes in from the database as [Object object], and only after JSON.stringify am I able to see the actual values. But when I have the data as a string, I am not able to access anything by referencing the object’s keys. Do you have any suggestions that may help?

Hopefully this makes a little more sense.

Thank you again!

Best,
Kevin