Custom Json.NET serializer
Newtonsoft Json.NET is a super popular (#1 most downloaded NuGet package) framework for serializing and deserializing json. In my experience, I haven’t really had to do much other than use the most basic serialization and deserialization. Sometimes, though, there is a time when the API you’re working with presents you with something goofy. In my … [Read more…]