Possible duplicate:
How to easily parse JSON?
I have this line:
[{text: 'First Option', value: 'first'},{text: 'Second Option', value: 'second'},{text: 'Third Option', value: 'third'}]
How to convert it to an array / object in the same form in javascript?
javascript
user991987
source share