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

joergbattermann/Nancy.Serialization.NetJSON

Repository files navigation

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.

About

Provides JSON (De-)Serialization support for Nancy using NetJSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages