This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
v0.3.0: Merge pull request #10 from ejball/master
- Breaking: Remove
ReadOnlyDictionaryJsonConverter
andDictionaryKeysAreNotPropertyNamesJsonConverter
. (Json.NET 9+ doesn't need them.) - Add
OptionalJsonConverter
and use by default withJsonUtility
. - Add
DefaultValueDefaultAttribute
(used onOptional<T>
properties to distinguish null from missing). - Breaking: Remove empty
IsoDateTimeOffsetJsonConverter
constructor.