jettison

JSON encoder

Fast JSON encoding library for Go with configurable options and native support for standard library types.

Highly configurable, fast JSON encoder for Go

GitHub

174 stars
6 watching
13 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists

encodergogolangjsonjson-encodermarshalling

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
bet365/jingo A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. 736
ohler55/ojg A high-performance JSON parser and toolset for Go. 858
francoispqt/gojay A high-performance JSON parser and encoder with streaming capabilities for Go. 2,123
lucassscaravelli/ej Provides a simple way to handle JSON data from different sources in Go applications. 10
nikita-volkov/jsonifier A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. 83
ake-persson/encoding Provides a generic interface to encode and decode data in a platform-agnostic way. 9
go-audio/wav A Go library for decoding and encoding WAV audio files. 309
adhocore/jsonc A lightweight JSON preprocessor that converts JSON5 input to Go-compatible JSON. 17
phmarek/yason A Common Lisp library for encoding and decoding data in the JSON interchange format. 79
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
segmentio/encoding A Go package providing efficient encoding and decoding APIs for various data formats. 996
treye/json_stream_encoder A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. 8
creativeinquiry/go2json Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. 5
m-zajac/json2go Tool for generating Go type representations from JSON inputs 132
daoswald/json-tiny A minimalistic JSON encoding and decoding library in Perl 11