rapidjson
brew install rapidjson
v1.1.0
MIT
Header-only C++ library for parsing and generating JSON with SAX and DOM APIs.
Why you might care
Use RapidJSON if you need fast, low-overhead JSON handling in C++ without adding runtime dependencies—it's header-only, so just #include and compile. It offers both streaming (SAX) and in-memory (DOM) parsing modes, making it flexible for different use cases. Popular in performance-critical applications and game engines.
2.3k
30-day installs · #907
6.9k
90-day · #953
25.7k
365-day · #960
Build dependencies
Links
- https://rapidjson.org/
- Brew formula source: Formula/r/rapidjson.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"nlohmann/json",
"boost-json",
"jansson"
],
"build_dependencies": [
"cmake"
],
"categories": [
"header-only-library",
"parser",
"json-tool"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "JSON parser/generator for C++ with SAX and DOM style APIs",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:11+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "rapidjson",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://rapidjson.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "RapidJSON: Main Page",
"installs_30d": 2299,
"installs_365d": 25681,
"installs_90d": 6925,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:47:47+00:00",
"llm_model": "claude-haiku-4-5",
"name": "rapidjson",
"oldnames": [],
"one_liner": "Header-only C++ library for parsing and generating JSON with SAX and DOM APIs.",
"optional_dependencies": [],
"rank_30d": 907,
"rank_365d": 960,
"rank_90d": 953,
"raw_hash": "78a7e070b0ac4c61",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/r/rapidjson.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.1.0",
"versioned_formulae": [],
"why_use_this": "Use RapidJSON if you need fast, low-overhead JSON handling in C++ without adding runtime dependencies\u2014it\u0027s header-only, so just #include and compile. It offers both streaming (SAX) and in-memory (DOM) parsing modes, making it flexible for different use cases. Popular in performance-critical applications and game engines."
}