I am using this library as a validator before streaming data to PubSub, and since avro requires a strict order I assumed that
MarshalJSON is ment to respect that ordering, and the method does seem to do some only to call json.Marhsal in the end and ruin the order.
Is this intended?
Code example that was autogenerated from avro schema-
Hello,
I am using this library as a validator before streaming data to PubSub, and since avro requires a strict order I assumed that MarshalJSON is ment to respect that ordering, and the method does seem to do some only to call
json.Marhsal
in the end and ruin the order. Is this intended? Code example that was autogenerated from avro schema-Is this intended?