libason
JSON parser library
A library to parse and manipulate a specific algebraic superset of JSON
A library to parse and manipulate an algebraic superset/semantic application of JSON
2 stars
1 watching
1 forks
Language: C
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 282 |
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 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 365 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,367 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 69 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,119 |
yitzchak/shasht | A Common Lisp library for parsing and generating JSON data | 48 |
madnificent/jsown | High-performance JSON parser for Common Lisp | 109 |
cloudflare/lua-resty-json | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 931 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 34 |