{"id":16215759,"url":"https://github.com/rainingcomputers/joxide","last_synced_at":"2025-07-12T20:12:44.615Z","repository":{"id":62416298,"uuid":"494538713","full_name":"RainingComputers/joxide","owner":"RainingComputers","description":"CLI tool to validate and format json files written in rust.","archived":false,"fork":false,"pushed_at":"2025-01-03T06:20:35.000Z","size":61,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-06T10:53:43.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/RainingComputers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-05-20T16:40:56.000Z","updated_at":"2025-04-03T01:42:01.000Z","dependencies_parsed_at":"2024-10-27T20:30:22.227Z","dependency_job_id":"aed6846b-b9d3-4efa-9a8d-c9920ea15889","html_url":"https://github.com/RainingComputers/joxide","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"a8443f6557c30303dd18ec2aa1809dba0eddd0ee"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RainingComputers/joxide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fjoxide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fjoxide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fjoxide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fjoxide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RainingComputers","download_url":"https://codeload.github.com/RainingComputers/joxide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fjoxide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265047848,"owners_count":23703218,"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":[],"created_at":"2024-10-10T11:16:17.302Z","updated_at":"2025-07-12T20:12:44.584Z","avatar_url":"https://github.com/RainingComputers.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# joxide\n\njoxide is a CLI tool to validate and format json files written in rust. The parser, validator and the formatter are completely written from scratch and uses [argh](https://github.com/google/argh) to parse CLI arguments.\n\n_test.json_\n\n```json\n{\n    \"hello\": \"world\",\n    \"numbers\": [\n        2\n        3\n    ]\n}\n```\n\n_Validate_\n\n```\n\u003e joxide validate test.json\nAt test.json:5:9\n        3\n        ^\nDid not expect '3', expected ']'. Forgot a comma maybe?\n```\n\n## Install\n\n```\ncargo install joxide\n```\n\n## Usage\n\n_Formatting files_\n\n```\njoxide format \u003cpath-or-glob-or-dir\u003e [--indent-length \u003cindent-length\u003e] [--write]\n```\n\n_Validating files_\n\n```\njoxide validate \u003cpath-or-glob-or-dir\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainingcomputers%2Fjoxide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainingcomputers%2Fjoxide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainingcomputers%2Fjoxide/lists"}