April 2010 Blog Posts

JSON.NET, Linq, Extension Methods, and Me...

Greetings! Been long time no post!  A two-year-old + three-month-old = time bye bye.  Whatever… I have been doing a lot of web work lately.  One library that has been retardedly fantastic is JSON.NET for all your JSON needs.  If you have love for JSON, you must use this library, because it’s plain tasty. I found myself needing a quick and dirty JSON diff tool, so I threw down this extension method: static public JObject JsonDiff(this JObject jobj1, JObject jobj2) {     return new JObject(         (from p1...

«April»
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678