encoding
Data encoder
A Go package providing efficient encoding and decoding APIs for various data formats.
Go package containing implementations of efficient encoding, decoding, and validation APIs.
996 stars
16 watching
51 forks
Language: Go
last commit: 3 months ago asciidecodingencodinggogolanghacktoberfestiso8601jsonperformanceprotobufvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
ake-persson/encoding | Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
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 |
go-audio/wav | A Go library for decoding and encoding WAV audio files. | 309 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
n10v/id3v2 | A Go library for decoding and encoding ID3 tags in audio files. | 338 |
sonh/qs | A Go package for encoding data structures into URL query parameters. | 76 |
tiendc/go-csvlib | A high-performance CSV encoding and decoding library for Go. | 13 |
ghostiam/binstruct | Decodes binary data into structured format | 97 |
o1egl/fwencoder | A library that encodes and decodes fixed-width table data from various input sources. | 27 |
subpop/go-ini | A Go package that converts between INI file data and the Go structs used to represent it | 14 |
ianlopshire/go-fixedwidth | A library for encoding and decoding fixed-width formatted data in Go. | 82 |
kolesa-team/go-webp | A Go library for decoding and encoding image files in the WebP format using a C binding for Google's libwebp. | 227 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |