jute
JSON parser
A lightweight JSON parser written in C++
Very simple C++ JSON Parser
72 stars
7 watching
26 forks
Language: C++
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
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 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
delba/jason | A fast and convenient JSON deserializer for Swift applications. | 1,013 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 566 |
yitzchak/shasht | A Common Lisp library for parsing and generating JSON data | 46 |
josephalevin/fson | A Fortran 95 JSON parser library | 60 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |