今天是个好日子。我想知道如何(如果是)做这种技巧(我正在使用C#和NewtonsoftJSON库)1。如果我寻找官方文档,则有这样的例子:``````stringjson=@"{'Email':'[email protected]','Active':true,'CreatedDate':'2013-01-20T00:00:00Z','Roles':['User','Admin']}";Accountaccount=JsonConvert.DeserializeObject(json);Console.WriteLine(account.Email);`我同意,如果有效。我可以找到Email使