Implementations of the ISerialization and IBodyDeserializer interfaces, based on NetJSON, for Nancy. Because more and more Performance never hurts.
Start of by installing the Nancy.Serialization.NetJSON NuGet package:
PM> Install-Package Nancy.Serialization.NetJSON
When Nancy detects that the NetJSONSerializer
and NetJSONBodyDeserializer
types are available in the AppDomain of your application, it will assume you want to use them, rather than the default ones.
This is basically a port of Nancy.Serialization.JsonNet but replacing the Json.NET specific parts with NetJSON's ones and adjusting the tests correspondingly. So thanks to Andreas Håkansson, Steven Robbins and the other original contributors.
Moreover thanks alot to rpgmaker for his work on NetJSON.
Copyright © 2016 Jörg Battermann
Nancy.Serialization.NetJSON is licensed under MIT. Refer to LICENSE.md for more information.