sjson-cpp
JSON parser
A minimal C++ library to read and write Simplified JSON files without memory allocations.
An Simplified JSON (SJSON) C++ reader and writer
21 stars
4 watching
7 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
c-plus-pluscppparsesjson
Related projects:
Repository | Description | Stars |
---|---|---|
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
eddelbuettel/rcppsimdjson | A set of C++ bindings for a fast JSON parsing library | 117 |
kassane/json | A lightweight C++ JSON library with intuitive syntax and minimal dependencies | 1 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
nixman/flatjson | A high-performance JSON parser that minimizes memory allocation and copying. | 29 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
taocpp/json | A header-only C++ library for working with JSON data | 596 |
nschaffner/fastjson | A Java library for converting objects to and from JSON with high performance and support for complex objects | 1 |
mpx/lua-cjson | Provides JSON encoding and parsing capabilities for the Lua programming language | 934 |
septag/sjson | A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. | 58 |