Releases: iris2iris/iris-json-parser-kotlin
Releases · iris2iris/iris-json-parser-kotlin
Iris JSON Parser v0.6.1
Iris JSON Parser v0.6
Parse configuration added. Map object factory added to parse configuration. Default is HashMap
Iris JSON Parser v0.5.3
Presence of kotlin-reflect library is now unnecessary.
Iris JSON Parser v0.5.2
v0.5.2
Deserializer reformat. JsonItem instances now don't need to know deserializers types except Deserializer itself.
@JsonField support to let json-fields be named in other way than in deserialized object
Added DeserializerJsonItem to support instances of JsonItem
DeserializerFactory.registerDeserializer() added to register custom deserializers
v0.5.1
Deserialization improvements
.asObject() instead of .asObject(ClassName::class)
Primitives, Collections, Maps support
v0.5
Deserialization to objects
Performance improvements
Iris JSON Parser v0.5.1
CHANGELOG.md added