{"id":49543012,"url":"https://github.com/codama-dev/json-formatter","last_synced_at":"2026-05-02T16:05:46.324Z","repository":{"id":346402634,"uuid":"1189803441","full_name":"codama-dev/json-formatter","owner":"codama-dev","description":"Free online JSON formatter, validator, and minifier by Codama","archived":false,"fork":false,"pushed_at":"2026-03-23T20:19:38.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T15:48:28.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/codama-dev.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T17:23:33.000Z","updated_at":"2026-03-23T20:19:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codama-dev/json-formatter","commit_stats":null,"previous_names":["codama-dev/json-formatter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codama-dev/json-formatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fjson-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fjson-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fjson-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fjson-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codama-dev","download_url":"https://codeload.github.com/codama-dev/json-formatter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fjson-formatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32540141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-05-02T16:05:45.582Z","updated_at":"2026-05-02T16:05:46.319Z","avatar_url":"https://github.com/codama-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Free JSON Formatter \u0026 Validator\n\nA fast, free, and open-source JSON formatter, validator, and minifier that runs entirely in your browser. No data is sent to any server.\n\n**[Use it now - free-json-formatter.codama.dev](https://free-json-formatter.codama.dev/)**\n\n## Features\n\n- **Format \u0026 Beautify** - Pretty-print JSON with configurable indentation (2 spaces, 4 spaces, or tabs)\n- **Minify** - Compress JSON by removing all whitespace\n- **Validate** - Check JSON syntax with detailed error messages (line and column)\n- **Tree View** - Explore JSON structure with a collapsible, color-coded tree\n- **Copy \u0026 Download** - One-click copy to clipboard or download as `.json`\n- **Dark Mode** - Automatic light/dark theme based on system preference\n- **Multi-language** - Available in English, German, Spanish, and Hebrew (RTL supported)\n- **100% Client-side** - Your data never leaves your browser\n- **No Signup** - No account, no tracking beyond basic analytics, no limits\n\n## Tech Stack\n\n| Layer | Technology |\n|---|---|\n| Framework | React 19 |\n| Build | Vite 7 |\n| Styling | Tailwind CSS 4 |\n| Components | shadcn/ui (Radix primitives) |\n| i18n | react-i18next |\n| Hosting | Cloudflare Pages |\n| Analytics | Google Analytics 4 |\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Start dev server\npnpm dev\n\n# Build for production\npnpm build\n\n# Run tests\npnpm test\n\n# Format \u0026 lint\npnpm format\n```\n\n## Project Structure\n\n```\nsrc/\n  pages/\n    ToolPage.tsx      # Main JSON formatter UI\n    PageHeader.tsx    # Orange gradient hero\n    PageFooter.tsx    # Codama branding + cross-tool links\n    AboutPage.tsx     # Codama services page\n  components/\n    ShareModal.tsx    # Social sharing after first use\n    ui/               # shadcn/ui components\n  lib/\n    tool-config.ts    # Tool name, URL, config\n    analytics.ts      # GA4 setup\n  locales/            # i18n translations (en, de, es, he)\n```\n\n## More Free Tools by Codama\n\n| Tool | URL |\n|---|---|\n| QR Code Generator | [free-qr-code.codama.dev](https://free-qr-code.codama.dev/) |\n| JSON Formatter | [free-json-formatter.codama.dev](https://free-json-formatter.codama.dev/) |\n\nMore tools coming soon. All free, all open source.\n\n## Built by Codama\n\n[Codama](https://codama.dev) is a software agency that builds web apps, mobile apps, automation, AI integrations, and data solutions.\n\nNeed something built? [Get a quote](https://codama.dev/#colophon)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodama-dev%2Fjson-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodama-dev%2Fjson-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodama-dev%2Fjson-formatter/lists"}