JSON-Tiny
JSON encoder
A minimalistic JSON encoding and decoding library in Perl
Perl module for encoding and decoding JSON in a minimalistic way, based on Mojo::JSON, adapted to stand alone.
11 stars
4 watching
5 forks
Language: Perl
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nikita-volkov/jsonifier | A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. | 83 |
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
melange-community/melange-json | A library for encoding and decoding JSON data in the OCaml programming language. | 15 |
fangyidong/json-simple | A simple toolkit for encoding and decoding JSON text in Java | 747 |
meh/jazz | A JSON handling library for Elixir. | 61 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
septag/sjson | A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. | 58 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 174 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
neurojson/jsonlab | A compact, portable, and robust JSON/binary-JSON encoder/decoder for MATLAB and Octave. | 301 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 406 |
treye/json_stream_encoder | A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. | 8 |
doberkofler/plsql-json | A PL/SQL library that enables encoding and decoding of JSON data | 47 |