fracturedjson
brew install fracturedjson
v1.0.1
MIT
JSON formatter that produces highly readable but fairly compact output
7
30-day installs · #9607
12
90-day · #11367
118
365-day · #8747
890
★ GitHub stars · updated 5mo ago
Build dependencies
GitHub topics
beautify
formatter
json
jsonc
pretty-print
Links
- https://github.com/j-brooke/FracturedJson
- GitHub: j-brooke/FracturedJson
- Brew formula source: Formula/f/fracturedjson.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"dotnet"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "JSON formatter that produces highly readable but fairly compact output",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:48+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "fracturedjson",
"github_default_branch": "main",
"github_last_commit_at": "2026-03-05T16:25:03Z",
"github_readme_excerpt": "# FracturedJson\n\nFracturedJson is a family of utilities that format [JSON data](https://www.json.org) in a way that\u0027s easy for\nhumans to read, but fairly compact. Arrays and objects are written on single lines, as long as they\u0027re\nneither too long nor too complex. When several such lines are similar in structure, they\u0027re written with\nfields aligned like a table. Long arrays are written with multiple items per line across multiple lines.\n\nHere\u0027s a sample of output using nearly default settings. (`MaxTotalLineLength=100`)\n```json\n{\n \"BasicObject\" : {\n \"ModuleId\" : \"armor\",\n \"Name\" : \"\",\n \"Locations\" : [\n [11, 2], [11, 3], [11, 4], [11, 5], [11, 6], [11, 7], [11, 8], [11, 9],\n [11, 10], [11, 11], [11, 12], [11, 13], [11, 14], [ 1, 14], [ 1, 13], [ 1, 12],\n [ 1, 11], [ 1, 10], [ 1, 9], [ 1, 8], [ 1, 7], [ 1, 6], [ 1, 5], [ 1, 4],\n [ 1, 3], [ 1, 2], [ 4, 2], [ 5, 2], [ 6, 2], [ 7, 2], [ 8, 2], [ 8, 3],\n [ 7, 3], [ 6, 3], [ 5, 3], [ 4, 3], [ 0, 4], [ 0, 5], [ 0, 6], [ 0, 7],\n [ 0, 8], [12, 8], [12, 7], [12, 6], [12, 5], [12, 4]\n ],\n \"Orientation\": \"Fore\",\n \"Seed\" : 272691529\n },\n \"SimilarArrays\" : {\n \"Katherine\": [\"blue\", \"lightblue\", \"black\" ],\n \"Logan\" : [\"yellow\", \"blue\", \"black\", \"red\"],\n \"Erik\" : [\"red\", \"purple\" ],\n \"Jean\" : [\"lightgreen\", \"yellow\", \"black\" ]\n },\n \"SimilarObjects\": [\n { \"type\": \"turret\", \"hp\": 400, \"loc\": {\"x\": 47, \"y\": -4}, \"flags\": \"S\" },\n { \"type\": \"assassin\", \"hp\": 80, \"loc\": {\"x\": 12, \"y\": 6}, \"flags\": \"Q\" },\n { \"type\": \"berserker\", \"hp\": 150, \"loc\": {\"x\": 0, \"y\": 0} },\n { \"type\": \"pittrap\", \"loc\": {\"x\": 10, \"y\": -14}, \"flags\": \"S,I\" }\n ]\n}\n```\n\nIf enabled in the settings, it can also handle JSON-with-co",
"github_repo": "j-brooke/FracturedJson",
"github_stars": 890,
"github_topics": [
"beautify",
"formatter",
"json",
"jsonc",
"pretty-print"
],
"homepage": "https://github.com/j-brooke/FracturedJson",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 7,
"installs_365d": 118,
"installs_90d": 12,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "fracturedjson",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 9607,
"rank_365d": 8747,
"rank_90d": 11367,
"raw_hash": "13b7641aead10045",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/fracturedjson.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.0.1",
"versioned_formulae": [],
"why_use_this": null
}