John

John

  • NA
  • 3
  • 0

Parse what seems to be an anonymous JSON array

Apr 30 2011 9:29 AM
I'm getting output back from my requests in this form:

[{"event_timestamp":1305867600,"event_time_8601":"2011-05-19T19:00:00-10:00","event_date":"Thursday, May 19th, 2011","event_time":"7:00 pm","venue_phone":"(808) 528-0506","event_notes":"","event_id":"2869755","links":[{"link_url":"http:\/\/tickets.sonicliving.com\/event\/2869755\/sl-tickets","link_title":"7:00 pm","link_type":"ticket"}],"event_title":"MAMo Wearable Arts 2011","rsvp":"0","venue_id":"11249","venue_name":"Hawaii Theatre","venue_address":"1130 Bethel St.","lat":"21.3109","lon":"-157.861","poster_url_large":"http:\/\/posters.sonicliving.com\/event\/2869755\/poster.png","poster_url_small":"http:\/\/posters.sonicliving.com\/event\/2869755\/smallposter.png","venue_city":"Honolulu","venue_state":"HI","venue_country":"US"}]

And I'm trying to parse it with JSON.net, but all of the examples I seem to find are based on the assumption that they are named.  Can somebody point me out on where to start?