Users Pricing

forum

home / developersection / forums / extracting data from json in javascript

Extracting data from JSON in javascript

Anonymous User 3957 20 Jun 2013
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.

I am a content writter !


1 Answers