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
A JSON object, of the form:
{"type": "typeName" ...attributes...} where typeName is either a primitive or derived type name, as defined below. Attributes not defined in this document are permitted as metadata, but must not affect the format of serialized data.
A JSON array, representing a union of embedded types.
avro-rs does not support JSON array format though as the following small example demonstrates:
Thanks for the library. The schema specification at https://avro.apache.org/docs/current/spec.html#schemas states:
avro-rs does not support JSON array format though as the following small example demonstrates:
The text was updated successfully, but these errors were encountered: