encoding
Data encoder
Provides a generic interface to encode and decode data in a platform-agnostic way.
Go package provides a generic interface to encoders and decoders
9 stars
1 watching
2 forks
Language: Go
last commit: about 5 years ago
Linked from 2 awesome lists
decodingencodinggo
Related projects:
Repository | Description | Stars |
---|---|---|
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
go-audio/wav | A Go library for decoding and encoding WAV audio files. | 309 |
linkedin/goavro | A library that enables encoding and decoding of Avro data in Go, providing a more straightforward and efficient way to work with binary and textual JSON formats. | 985 |
o1egl/fwencoder | A library that encodes and decodes fixed-width table data from various input sources. | 27 |
arolek/ase | An ASE file decoder and encoder written in Go | 12 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
sonh/qs | A Go package for encoding data structures into URL query parameters. | 76 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
ajg/form | A package that facilitates high-fidelity encoding and decoding of data in web form formats | 248 |
n10v/id3v2 | A Go library for decoding and encoding ID3 tags in audio files. | 338 |
usk81/generic | A package providing a flexible data type in Go, allowing encoding and decoding of various data types without the need for explicit casting or switching. | 48 |
ianlopshire/go-fixedwidth | A library for encoding and decoding fixed-width formatted data in Go. | 82 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 174 |