All Versions
21
Latest Version
Avg Release Cycle
117 days
Latest Release
-

Changelog History
Page 3

  • v0.9.0 Changes

    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.