avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
198 stars 37 forks source link

Simplification: merge AvroJsonProp to AvroProp #201

Closed Chuckame closed 4 months ago

Chuckame commented 7 months ago

Currently, @AvroProp("text") is translated to a text node containing text. This is also the behavior of AvroJsonProp when it is not a valid json.

Let's unify AvroJsonProp and AvroProp to simplify the avro4k api, and now support json in AvroProp

Chuckame commented 4 months ago

Released in v2.0.0