Open and search multi-gigabyte (2β3 GB) JSON files on macOS and Windows in seconds. A free, open-source alternative to Dadroit: tree viewer, key & value RegEx search, copy & extract any value or subtree, JSON to CSV/XML export, and multi-file union. No cost, no limits, commercial use free.
No reviews yetBe the first to leave a review for BigJSON
Maker
π
Hey Product Hunt π
I built BigJSON because opening a big JSON file is somehow still painful in 2026. Every time I had to inspect a 2β3 GB export β API dumps, logs, GeoJSON β VS Code would hang, my browser tab would crash, and "just use jq" isn't much fun when you actually want to browse the data. The native tools that handle this well tend to paywall large files and commercial use, so I built the free, open-source one I wanted.
BigJSON is a native viewer for multi-gigabyte JSON on macOS & Windows. The trick: it never parses the file into memory. It memory-maps the file and builds a compact streaming index (~23 bytes/node), then renders only the rows on screen β so it opens a 2β3 GB JSON in ~3 seconds and searches the whole file instantly, staying around 1.5β2Γ the file size in RAM instead of ballooning to 20β30 GB.
What it does:
β’ π³ Collapsible, syntax-highlighted tree β browse from root to leaf
β’ π Search keys and values β plain or regex, with jump-to-match
β’ π€ Export JSON β CSV / XML, or pull out any subtree as JSON
β’ π Right-click to copy a key, value, or jq-style path
β’ π Union multiple files into one searchable tree
β’ π NDJSON / JSON Lines auto-detected Β· 20-language UI Β· 100% offline, no telemetry
It started as a macOS weekend hack; since then it's grown to Windows, streaming CSV/XML/JSON export, clipboard extract, and a round of performance tuning β all in the open. It's 100% free and open source (MIT) β including commercial use and every feature, no limits.
β Source code: https://github.com/bandusix/huge...
π Site & downloads: https://bandusix.github.io/huge-...
I'd genuinely love feedback β especially files that break it. What's the biggest JSON you've ever had to open? π
Report
how does the multi-file union handle name collisions when keys overlap across files, does it merge them or keep them separate?
Report
Opened a 2.5 GB log dump I'd been dreading and the tree viewer rendered in a few seconds, search through nested keys actually felt instant. Really handy for anyone stuck paying for Dadroit.
Report
Finally a free option that actually opens my 2GB log dumps without choking. The regex search across the whole tree is exactly what I needed for debugging those nested payloads.
Report
Opened a 2.5 GB log dump I'd been avoiding for weeks and the search returned results almost instantly. Genuinely useful for anyone stuck squinting at JSON in a text editor.
Report
Finally tried opening a 2.5 GB log dump in it and the tree rendered before my coffee got cold. RegEx search across the whole file actually feels instant, which I did not expect.
how does the multi-file union handle name collisions when keys overlap across files, does it merge them or keep them separate?
Opened a 2.5 GB log dump I'd been dreading and the tree viewer rendered in a few seconds, search through nested keys actually felt instant. Really handy for anyone stuck paying for Dadroit.
Finally a free option that actually opens my 2GB log dumps without choking. The regex search across the whole tree is exactly what I needed for debugging those nested payloads.
Opened a 2.5 GB log dump I'd been avoiding for weeks and the search returned results almost instantly. Genuinely useful for anyone stuck squinting at JSON in a text editor.
Finally tried opening a 2.5 GB log dump in it and the tree rendered before my coffee got cold. RegEx search across the whole file actually feels instant, which I did not expect.