avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
188 stars 36 forks source link

Simplification: merge AvroJsonProp to AvroProp #201

Open Chuckame opened 2 months ago

Chuckame commented 2 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