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
87 watching
438 forks
Language: C
last commit: 8 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,480 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |
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. | 35 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
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,362 |
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,120 |
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++. | 714 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
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. | 570 |