Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 676 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 676 Bytes

Change Log

Version 0.9.0

2015-06-16

  • Databinding for primitive types, strings, enums, arrays, collections, and maps.
  • Databinding for plain old Java objects.
  • JSONPath support for both JsonReader and JsonWriter.
  • Throw JsonDataException when there’s a data binding problem.
  • Adapter methods: @ToJson and @FromJson.
  • Qualifier annotations: @JsonQualifier to permit different type adapters for the same Java type.
  • Imported code from Gson: JsonReader, JsonWriter. Also some internal classes: LinkedHashTreeMap for hash-collision avoidance and Types for typesafe databinding.