This post is an addition to .NET Serialization Choices post.
I’ve added to the SerializationTests Project the new serialization implementation in Raven.Json.
The Raven.Json Serializer is an extension to Newtonsoft Json.NET serializer and as expected the results are similar. Also the Pros & Cons are similar:
Raven.Json
Optimized DOM for Newtonsoft Json.NET
Pro: JSON Based, human readable, platform… read full article