yyjson

JSON parser

A high-performance JSON library written in ANSI C.

The fastest JSON library in C

GitHub

3k stars
62 watching
268 forks
Language: C
last commit: about 2 months ago
Linked from 2 awesome lists

ccross-platformdeserializationjsonportablepure-cserialization

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ijl/orjson A fast and correct JSON serialization library for Python 6,263
zserge/jsmn A lightweight JSON parser and tokenizer written in C. 3,687
simdjson/simdjson Parses JSON data at high speeds using CPU-specific optimizations 19,359
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,290
akheron/jansson A JSON data processing library with a simple API and full Unicode support 3,087
ultrajson/ultrajson A fast JSON encoder and decoder written in C with Python bindings 4,329
davegamble/cjson A lightweight JSON parsing library that aims to simplify data representation and storage 10,817
tencent/rapidjson A fast JSON parser/generator for C++ with both SAX/DOM style API. 14,259
johnezang/jsonkit A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. 6,213
bblanchon/arduinojson A lightweight C++ JSON library for embedded systems and IoT devices. 6,739
sbjson/sbjson A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. 3,728
bluelinelabs/logansquare A JSON parsing and serialization library for Android using Jackson's streaming API 3,208
bytedance/sonic A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. 6,939
ohler55/ojc A lightweight C implementation of optimized JSON parsing and processing. 35