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
554 watching
4k forks
Language: C++
last commit: about 2 months ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
simdjson/simdjson | Parses JSON data at high speeds using CPU-specific optimizations | 19,359 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,687 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,125 |
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 |
ijl/orjson | A fast and correct JSON serialization library for Python | 6,263 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,739 |
open-source-parsers/jsoncpp | A C++ library for working with JSON data | 8,173 |
naturalintelligence/fast-xml-parser | A fast and efficient JavaScript library for parsing and generating XML data | 2,578 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,208 |
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 | Provides JSON encoding and parsing capabilities for the Lua programming language | 934 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |