I have found some helper method that allow me to convert an object to JSONM and JSON to an object. Now I am reading in a json file that looks something like this:
Download Json.NET. That handles JSON better than anything else I've seen for .NET. I think the Json serializer will do what you're asking.
Also, take a look at the related questions over there on the right. I do believe you'll find the answer there.