News

jo = JObject.Parse(File.ReadAllText("CustomerRequest.json")) In a Web service, the most likely combination is that you'll read your schema from a file but will be accepting your JSON document as a ...
JSON is also alien to me, so I grabbed JSON.NET and took a look at it and yeah, no. I write highly abstracted programs that need to basically define themselves at runtime, rather than designtime ...