Skip to content

Releases: iris2iris/iris-json-parser-kotlin

Iris JSON Parser v0.6.1

04 Jan 09:28

Choose a tag to compare

CHANGELOG.md updated and README.md fixed

Iris JSON Parser v0.6

30 Dec 12:10

Choose a tag to compare

Parse configuration added. Map object factory added to parse configuration. Default is HashMap

Iris JSON Parser v0.5.3

31 Oct 22:40

Choose a tag to compare

Presence of kotlin-reflect library is now unnecessary.

Iris JSON Parser v0.5.2

10 Oct 16:19

Choose a tag to compare

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

09 Oct 13:31

Choose a tag to compare

CHANGELOG.md added