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.
736 stars
21 watching
32 forks
Language: Go
last commit: 12 months 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. | 174 |
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 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
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 |
fangyidong/json-simple | A simple toolkit for encoding and decoding JSON text in Java | 747 |
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. | 61 |
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. | 406 |
septag/sjson | A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. | 58 |