My json string is:
jsonData=@"{data:[{\"type\":\"ex\",\"coordinate\":\"19.0760,73.8777\",\"title\":\"Awesome Event 1\"},{\"type\":\"pe\",\"coordinate\":\"19.0760,73.2777\",\"title\":\"Awesome Event 2\"},{\"type\":\"ev\",\"coordinate\":\"19.0760,72.4777\",\"title\":\"Awesome Event 3\"},{\"type\":\"ex\",\"coordinate\":\"19.0760,72.3777\",\"title\":\"Awesome Event 4\"},{\"type\":\"pe\",\"coordinate\":\"19.0760,72.1777\",\"title\":\"Awesome Event 5\"},{\"type\":\"ev\",\"coordinate\":\"19.0760,72.4777\",\"title\":\"Awesome Event 6\"},{\"type\":\"ex\",\"coordinate\":\"19.0760,72.5777\",\"title\":\"Awesome Event 7\"},{\"type\":\"pe\",\"coordinate\":\"19.0760,72.9777\",\"title\":\"Awesome Event 8\"},{\"type\":\"ev\",\"coordinate\":\"19.1760,72.8777\",\"title\":\"Awesome Event 9\"},{\"type\":\"ex\",\"coordinate\":\"19.4760,72.8777\",\"title\":\"Awesome Event 10\"},{\"type\":\"pe\",\"coordinate\":\"19.5760,72.8777\",\"title\":\"Awesome Event 11\"},{\"type\":\"ev\",\"coordinate\":\"19.3760,72.8777\",\"title\":\"Awesome Event 12\"}]}";
How to convert it to NSDictionary?