Hi Developers,
This is my JSON that I get back (this is what it is after I stringify it):
{"1":"Water Accumulation","2":"Water Preservation","3":"Release Target Date"}
How can I extract this data in javascript. I have tried eval, JSON.parse both do not work.
Thanks in advance for any recommendations or solutions.
Extracting data from JSON in javascript
Ask by Anonymous User
Updated 20 Jun 2013
Can you answer this question?
Write Answer1 Answers