Skip to content

First release

Compare
Choose a tag to compare
@aishfenton aishfenton released this 19 Aug 16:55
· 52 commits to master since this release

Contains support for:

  • Case classes from Json schema object definitions
  • Enums (CountryEnums.NZ, CountryEnums.US, CountryEnums.UK)
  • Union types (can be Type A or B or C)
  • Free form types (values can be any primitive types, such as Ints, Double, Strings, or Seq, Array, and Map[String, _] of those types.