JSON.Net - DeserializeObject Format
I'm using JSON.Net to try and deserialize some survey responses from SurveyGizmo. Here's a snapshot of the data I'm reading in: {"result_ok":true, "total_count":"44", "page":1, "total_pages":1, "results_per_page":50, "data":[ {"id":"1", "contact_id":"", "status":"Complete", "is_test_data":"0", "datesubmitted":"2011-11-13 22:26:53", "[question(59)]":"11\/12\/2011", "[question(60)]":"06:15 pm", "[question(62)]":"72", "[question(63)]":"One", "[question(69), option(10196)]":"10", I've setup a class as far as datesubmitted but I'm not sure how to setup the class to deserialize the questions given