Namespace NodaTime.Serialization.JsonNet
The NodaTime.Serialization.JsonNet namespace contains support code to enable
JSON serialization for Noda Time types using Json.NET.
Classes
Converter which does nothing but delegate to another one for all operations.
Static class containing extension methods to configure Json.NET for Noda Time types.
Base class for all the Json.NET converters which handle value types (which is most of them).
This handles all the boilerplate code dealing with nullity.
Convenience class to expose preconfigured converters for Noda Time types, and factory methods
for creating those which require parameters.
A JSON converter for types which can be represented by a single string value, parsed or formatted
from an IPattern<T>.