how to convert JSONString to Javascript Object
问题 I need some help on the JavaScript. I do a ajax call on a button click, which returns the below String and this is generated using GSON(basically it is a JSON object). { "chart":{ "renderTo":"container", "type":"bar" }, "title":{ "text":"Engagement Per Vendor Per GBP" }, "subtitle":{ "text":"ASPT" }, "xAxis":{ "categories":[ "A", "B", "C", "D" ], "title":{ "text":"Engagement Per Vendor Per GBP" } }, "yAxis":{ "min":0, "title":{ "text":"Count", "align":"high" } }, "plotOptions":{ "bar":{