rapidjson
JSON parser
A fast JSON parser/generator for C++ with both SAX/DOM style API.
A fast JSON parser/generator for C++ with both SAX/DOM style API
14k stars
555 watching
4k forks
Language: C++
last commit: about 1 month ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,726 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,164 |
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 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,727 |
ijl/orjson | Fast JSON serialization and deserialization library | 6,376 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,768 |
open-source-parsers/jsoncpp | A C++ library for working with JSON data | 8,223 |
naturalintelligence/fast-xml-parser | A fast and efficient JavaScript library for parsing and generating XML data | 2,606 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,204 |
jas502n/fastjson-rce | This project demonstrates a remote code execution vulnerability in a popular JSON parsing library using a crafted input to exploit the RMI protocol. | 66 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
mpx/lua-cjson | A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities. | 939 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,509 |