Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (13 loc) · 1.77 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.77 KB

Nancy.Serialization.NetJSON NuGet Version Build status

Implementations of the ISerialization and IBodyDeserializer interfaces, based on NetJSON, for Nancy. Because more and more Performance never hurts.

Usage

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.

Thanks

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

Copyright © 2016 Jörg Battermann

License

Nancy.Serialization.NetJSON is licensed under MIT. Refer to LICENSE.md for more information.