LINQPad query to parse JSON DateTime string
JSON (JavaScript Object Notation) is a data transfer format widely adopted on the web because it’s lightweight compared to XML. I touched on the topic of JSON in an earlier post when I posted some extension methods for compressing/decompressing string. If you are unfamiliar with the JSON format or how it’s supported in .Net then …