jsonifier
JSON encoder
A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions.
Fast and simple JSON encoding toolkit
82 stars
9 watching
1 forks
Language: Haskell
last commit: about 1 year ago bytestringhaskelljsonmarshallingserialization
Related projects:
Repository | Description | Stars |
---|---|---|
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
fangyidong/json-simple | A simple toolkit for encoding and decoding JSON text in Java | 748 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 737 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
daoswald/json-tiny | A minimalistic JSON encoding and decoding library in Perl | 11 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,657 |
treye/json_stream_encoder | A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. | 8 |
meh/jazz | A JSON handling library for Elixir. | 60 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 175 |
neurojson/jsonlab | A compact, portable, and robust JSON/binary-JSON encoder/decoder for MATLAB and Octave. | 303 |
septag/sjson | A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. | 58 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,257 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 407 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |