libjson
JSON parser
A lightweight JSON parser and printer library for C.
a JSON parser and printer library in C. easy to integrate with any model.
283 stars
37 watching
98 forks
Language: C
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
sadmac7000/libason | A library to parse and manipulate a specific algebraic superset of JSON | 2 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
mpx/lua-cjson | Provides JSON encoding and parsing capabilities for the Lua programming language | 934 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
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 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |