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