json-parser
JSON parser
A lightweight C parser for structured data formats like JSON
Very low footprint DOM-style JSON parser written in portable ANSI C
1k stars
56 watching
289 forks
Language: C
last commit: 10 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An in-place JSON parser implemented in a single header file | 74 |
| A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
| A lightweight JSON parser written in C | 16 |
| A lightweight JSON parsing library written in C | 1,367 |
| A Ruby implementation of the JSON data serialization format | 704 |
| A lightweight and fast JSON parsing library in ANSI C. | 11 |
| A lightweight C implementation of optimized JSON parsing and processing. | 34 |
| An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
| A header file providing a simple, single-header JSON parser for C and C++. | 719 |
| A JSON parser and validator with a CLI. | 1,948 |
| A C++ library for parsing and generating JSON data | 69 |
| A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |
| A lightweight JSON parser and printer library for C. | 282 |
| A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
| A JSON parser and generator for Clojure data structures | 544 |