Namespace SimpleVersion.Serialization.Converters
Classes
DictionaryConverter
Enables reading/writing a dictionary as JSON. Implemented to support reading/writing non-standard keys.
DictionaryConverter<TKey, TValue>
Enables reading/writing a dictionary as JSON. Implemented to support reading/writing non-standard keys.
IntConverter
Enables converting a JSON number or string as an int.