jsmn
JSON parser
A lightweight JSON parser and tokenizer written in C.
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
4k stars
144 watching
782 forks
Language: C
last commit: 6 months ago
Linked from 3 awesome lists
json-datajson-stringparsing
Related projects:
Repository | Description | Stars |
---|---|---|
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,125 |
simdjson/simdjson | Parses JSON data at high speeds using CPU-specific optimizations | 19,359 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,259 |
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 |
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 |
quartzjer/js0n | A lightweight JSON parser written in C that efficiently scans and extracts key-value pairs from a JSON string. | 334 |
ijl/orjson | A fast and correct JSON serialization library for Python | 6,263 |
lcsmuller/json-build | A tiny, ANSI C JSON serializer with no dependencies or dynamic memory allocation | 38 |
buger/jsonparser | A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. | 5,460 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,739 |
flightcontrolhq/superjson | A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types | 4,144 |