I want to convert below string to an array in javascript. How do I convert this string into array of objects? Any cool idea? Answer I think that the best way of doing this, as Douglas Crockford (one of the biggests gurus of JavaScript) suggests in here is using the JSON native parser, as it is not only faster than