0
kicks
Json.Net vs ServiceStack.Text
This is going to be a verry short comparision of the two Json-serialization frameworks:
>Json.Net – http://json.codeplex.com
>ServiceStack.Text – https://github.com/mythz/ServiceStack.Text
I have always used Json.Net when dealing with serialization of entities back and forth to Json, but then I stumbled upon this: “Fastest JSON Serializer for .NET released” – http://www.servicestack.net/mythz_blog/?p=344 Man was I excited, since I need the “best” performance I can get for this in SisoDb.Com ...