Cambion is a lightweight distributed application framework with multiple and pluggable backends, providing a set of convenience functions for event handling.
This serializer for Cambion serializes data into JSON which is human readable and well suited for development environments, but robust enough to also be used in production environments. It uses Newtonsoft Json.NET for the actual serialization.
Cambion.Serializer.JsonNet is available on NuGet
so you can install it in the NuGet Package Manager Console:
Install-Package Whitestone.Cambion.Serializer.JsonNet
Documentation for the JsonNet serializer is available on the Cambion documentation site