You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, golang package 'encoding/json' provides json.MarshallIndent() or json.Indent() which allows you to print your json bytes in a formatted way with tabs and such.
Is there a similar method for types of avro.GenericRecord? I would like to print the record and it is currently all jumbled.
The text was updated successfully, but these errors were encountered:
For example, golang package 'encoding/json' provides json.MarshallIndent() or json.Indent() which allows you to print your json bytes in a formatted way with tabs and such.
Is there a similar method for types of avro.GenericRecord? I would like to print the record and it is currently all jumbled.
The text was updated successfully, but these errors were encountered: