yajl
JSON parser
A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance.
A fast streaming JSON parsing library in C.
2k stars
86 watching
437 forks
Language: C
last commit: 10 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,479 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,524 |
gabriel/yajl-objc | An Objective-C framework providing an interface to parse and generate JSON data | 669 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 34 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,367 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,119 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 719 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 282 |
sadmac7000/libason | A library to parse and manipulate a specific algebraic superset of JSON | 2 |
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. | 568 |