Is there a way to deserialize JSON content into a C# 4 dynamic type? 有没有办法将JSON内容反序列化为C#4动态类型? It would be nice to skip creating a bunch of classes in order to use the DataContractJsonSerializer. 跳过建立一堆类以使用DataContractJsonSerializer会很好。 spa