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: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
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 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 362 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
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,285 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
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,120 |
yitzchak/shasht | A Common Lisp library for parsing and generating JSON data | 46 |
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#. | 919 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 35 |