{"id":20161789,"url":"https://github.com/bakkeby/sfjson","last_synced_at":"2026-05-16T13:04:38.339Z","repository":{"id":228489961,"uuid":"742603097","full_name":"bakkeby/sfjson","owner":"bakkeby","description":"Sloppy format JSON - a simple JSON formatter","archived":false,"fork":false,"pushed_at":"2024-01-12T21:44:17.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T02:43:37.090Z","etag":null,"topics":["formatter","json","json-formatter"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakkeby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-12T21:05:58.000Z","updated_at":"2024-01-14T21:59:21.000Z","dependencies_parsed_at":"2024-03-19T03:10:47.073Z","dependency_job_id":"9fed4e1f-28e2-4470-bc34-988d67351648","html_url":"https://github.com/bakkeby/sfjson","commit_stats":null,"previous_names":["bakkeby/sfjson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bakkeby/sfjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fsfjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fsfjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fsfjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fsfjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakkeby","download_url":"https://codeload.github.com/bakkeby/sfjson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fsfjson/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262030282,"owners_count":23247628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["formatter","json","json-formatter"],"created_at":"2024-11-14T00:20:53.933Z","updated_at":"2026-05-16T13:04:33.299Z","avatar_url":"https://github.com/bakkeby.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `sfjson`: A simple JSON formatter\n\n`sfjson` is a simple tool that reads JSON-like data from stdin, formats and indents it and writes\nthe result to standard out.\n\nContrary to generally recommended tools like `jq` or `python -mjson.tool` this program does not\nperform any form of validation to ensure that the input is valid JSON.\n\nInstead formatting is done on a best effort basis following basic rules.\n\nThe benefit of this is that the output will be consistent even for incomplete or invalid data and\nthe tool will not refuse to do the job if it doesn't understand it.\n\nThis is in comparison to many beautifiers and pretty-printing solutions that fall over because they\ndo not understand why there is a trailing comma at the end.\n\nThis is a tool for when you have a condensed (i.e. a single line) of JSON that is several pages long\nand you just need to make parts of it more readable while investigating something.\n\nIt works by adding line breaks and indentation after square brackets, curly braces and commas while\nignoring escaped characters as well as leaving text encapsulated in double or single quotes as-is.\n\n## Installation\n\n```\n$ git clone https://github.com/bakkeby/sfjson.git\n$ cd sfjson\n$ sudo make install\n$ sfjson\n```\n\n## License\n\n`sfjson` is available under an MIT license. See the `LICENSE` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakkeby%2Fsfjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakkeby%2Fsfjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakkeby%2Fsfjson/lists"}