Musings
Public · Protected · Private
Json parser
-
2010-09-03 01:04a small Json string [{ "id":"00004", "value":0 },....] parsing error message: "XmlNodeConverter can only convert JSON that begins with an object" . Any Help? Thanks.
-
2010-09-03 01:06Found this solution anyway ..!! magic!! System.Xml.XmlNode resultXmlNode = JsonConvert.DeserializeXmlNode("{\"root\":" + GivenJsonString + "}", "root");
This blog is frozen. No new comments or edits allowed.