Skip to content
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

Compare
Choose a tag to compare
@ejball ejball released this 30 Oct 21:32
· 265 commits to master since this release
382db10
  • Breaking: Remove ReadOnlyDictionaryJsonConverter and DictionaryKeysAreNotPropertyNamesJsonConverter. (Json.NET 9+ doesn't need them.)
  • Add OptionalJsonConverter and use by default with JsonUtility.
  • Add DefaultValueDefaultAttribute (used on Optional<T> properties to distinguish null from missing).
  • Breaking: Remove empty IsoDateTimeOffsetJsonConverter constructor.