Closed Chuckame closed 4 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.
@AvroProp("text")
text
AvroJsonProp
Let's unify AvroJsonProp and AvroProp to simplify the avro4k api, and now support json in AvroProp
AvroProp
Released in v2.0.0
Currently,
@AvroProp("text")
is translated to a text node containingtext
. This is also the behavior ofAvroJsonProp
when it is not a valid json.Let's unify
AvroJsonProp
andAvroProp
to simplify the avro4k api, and now support json inAvroProp