Filip Galić

Results 3 issues of Filip Galić

#193 Since avro field order is important, and json.Marshal doesn't preserve the same ordering as struct has, I added this approach (which does generate a fair amount of code) but...

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...

This is my take on resolving the #222. I used a simple approach of extracting the keys and sorting them in a deterministic way. Hopefully this is ok or can...