0
kicks
Implementing custom serialization with JSON.NET
There are times when you need to have more control of how your objects get serialized and deserialized into json strings. This post covers reading and writing with custom json converter in JSON.NET.