How to Parse Json children in VB.NET Newtonsoft
问题 I am having touble parsing Json using VB.NET using the Newtonsoft Json.Net library Json Data --------- { "CC": "sample.cc@emailDomain.com", "CcFull": [ { "Email": "sample.cc@emailDomain.com", "Name": "John Sample" }, { "Email": "another.cc@emailDomain.com", "Name": "Mike Sample" } ], "FromFull" : { "Email": "myUser@theirDomain.com", "Name": "John Doe" } } I can get a valid JObject thus: Dim o As JObject = JObject.Parse(strJson) Then I can get list of a JTokens and iterate through them and