yyjson
JSON parser
A high-performance JSON library written in ANSI C.
The fastest JSON library in C
3k stars
64 watching
270 forks
Language: C
last commit: about 1 month ago
Linked from 2 awesome lists
ccross-platformdeserializationjsonportablepure-cserialization
Related projects:
Repository | Description | Stars |
---|---|---|
ijl/orjson | Fast JSON serialization and deserialization library | 6,376 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,726 |
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
valyala/fastjson | A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection. | 2,310 |
akheron/jansson | A JSON data processing library with a simple API and full Unicode support | 3,100 |
ultrajson/ultrajson | A fast JSON encoder and decoder written in C with Python bindings | 4,348 |
davegamble/cjson | A lightweight JSON parsing library that aims to simplify data representation and storage | 10,938 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,426 |
johnezang/jsonkit | A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. | 6,214 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,768 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,727 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,204 |
bytedance/sonic | A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. | 7,038 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 34 |