sjson
JSON encoder/decoder
A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design.
Fast and portable single-header C file Json encoder/decoder
58 stars
6 watching
1 forks
Language: C
last commit: 5 months ago
Linked from 1 awesome list
cjsonsingle-header-lib
Related projects:
Repository | Description | Stars |
---|---|---|
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 406 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
fangyidong/json-simple | A simple toolkit for encoding and decoding JSON text in Java | 747 |
nikita-volkov/jsonifier | A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. | 83 |
nfrechette/sjson-cpp | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
daoswald/json-tiny | A minimalistic JSON encoding and decoding library in Perl | 11 |
neurojson/jsonlab | A compact, portable, and robust JSON/binary-JSON encoder/decoder for MATLAB and Octave. | 301 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
openresty/lua-cjson | A Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables. | 433 |
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |