yajl
brew install yajl
v2.1.0
ISC
C library for parsing and generating JSON with a streaming API.
Why you might care
YAJL is a lightweight, event-driven JSON parser useful when you need to process large JSON files without loading them entirely into memory. It's commonly a build dependency for other tools and libraries that need JSON parsing capabilities. Choose it if you need a minimal C library with low overhead rather than a full JSON toolkit.
1.8k
30-day installs · #1035
12.0k
90-day · #735
47.8k
365-day · #706
Build dependencies
Links
- https://lloyd.github.io/yajl/
- Brew formula source: Formula/y/yajl.rb
Blurb generated by claude-haiku-4-5 on 2mo ago.
Raw metadata
{
"aliases": [],
"alternatives": [
"jansson",
"jq",
"json-c"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"parser",
"json-tool"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Yet Another JSON Library",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:17+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "yajl",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://lloyd.github.io/yajl/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "yajl",
"installs_30d": 1783,
"installs_365d": 47819,
"installs_90d": 12034,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "ISC",
"llm_generated_at": "2026-06-20T23:48:34+00:00",
"llm_model": "claude-haiku-4-5",
"name": "yajl",
"oldnames": [],
"one_liner": "C library for parsing and generating JSON with a streaming API.",
"optional_dependencies": [],
"rank_30d": 1035,
"rank_365d": 706,
"rank_90d": 735,
"raw_hash": "9dc8a29b1da74a3b",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/y/yajl.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "2.1.0",
"versioned_formulae": [],
"why_use_this": "YAJL is a lightweight, event-driven JSON parser useful when you need to process large JSON files without loading them entirely into memory. It\u0027s commonly a build dependency for other tools and libraries that need JSON parsing capabilities. Choose it if you need a minimal C library with low overhead rather than a full JSON toolkit."
}