Registry / serialization / hamba-avro-v2

hamba-avro-v2

JSON →
library2.31.0gogounverified

Package avro implements encoding and decoding of Avro as defined by the Avro specification.

go get github.com/hamba/avro/v2
INSTALL
IMPORT
SIG · HAMBA-AVRO-V2
H
hamba-avro-v2
serializationgov2.31.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

avro
github.com/hamba/avro/v2

Parse an Avro schema

package main import ( "fmt" "github.com/hamba/avro/v2" ) func main() { schema := avro.MustParse(`{"type":"record","name":"test","fields":[{"name":"a","type":"long"}]}`) fmt.Println(schema) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.31.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
hamba-avro-v2 — go get hamba-avro-v2 · libregistry