jingo

JSON encoder

A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps.

This package provides the ability to encode golang structs to a buffer as JSON very quickly.

GitHub

737 stars
21 watching
33 forks
Language: Go
last commit: about 1 year ago
encodergogolanghigh-performancejson

Related projects:

Repository Description Stars
wi2l/jettison Fast JSON encoding library for Go with configurable options and native support for standard library types. 175
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. 989
francoispqt/gojay A high-performance JSON parser and encoder with streaming capabilities for Go. 2,127
segmentio/encoding A Go package providing efficient encoding and decoding APIs for various data formats. 1,005
nikita-volkov/jsonifier A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. 82
ake-persson/encoding Provides a generic interface to encode and decode data in a platform-agnostic way. 9
fangyidong/json-simple A simple toolkit for encoding and decoding JSON text in Java 748
treye/json_stream_encoder A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. 8
cblage/elixir-json Provides native JSON encoding and decoding support for Elixir 217
meh/jazz A JSON handling library for Elixir. 60
sonh/qs A Go package for encoding data structures into URL query parameters. 76
phmarek/yason A Common Lisp library for encoding and decoding data in the JSON interchange format. 79
mongodb/bson-rust A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. 407
septag/sjson A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. 58