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
83 stars
9 watching
1 forks
Language: Haskell
last commit: 12 months 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 | 747 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
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,653 |
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. | 61 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 174 |
neurojson/jsonlab | A compact, portable, and robust JSON/binary-JSON encoder/decoder for MATLAB and Octave. | 301 |
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,255 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 406 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |