Public · Protected · Private
Json parser
Type: Public  |  Created: 2010-09-03  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • a 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:04
  • Found this solution anyway ..!! magic!! System.Xml.XmlNode resultXmlNode = JsonConvert.DeserializeXmlNode("{\"root\":" + GivenJsonString + "}", "root");
    2010-09-03 01:06
This blog is frozen. No new comments or edits allowed.