{"id":17383875,"url":"https://github.com/mcandre/kirill","last_synced_at":"2026-04-02T13:06:26.474Z","repository":{"id":216619754,"uuid":"741812139","full_name":"mcandre/kirill","owner":"mcandre","description":"JSON validator","archived":false,"fork":false,"pushed_at":"2026-03-01T00:07:02.000Z","size":2611,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T03:35:51.585Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcandre.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-11T06:51:26.000Z","updated_at":"2026-03-01T00:07:06.000Z","dependencies_parsed_at":"2024-05-28T03:32:22.923Z","dependency_job_id":"fed68fb2-5318-48b2-8fa3-a0b9b4331825","html_url":"https://github.com/mcandre/kirill","commit_stats":{"total_commits":92,"total_committers":2,"mean_commits":46.0,"dds":"0.30434782608695654","last_synced_commit":"dd00995d1d30f07c6fe663eb59c2ab9ac42512fe"},"previous_names":["mcandre/kirill"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mcandre/kirill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fkirill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fkirill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fkirill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fkirill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcandre","download_url":"https://codeload.github.com/mcandre/kirill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fkirill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30274876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-10-16T07:44:03.627Z","updated_at":"2026-04-02T13:06:26.465Z","avatar_url":"https://github.com/mcandre.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kirill: JSON validator\n\n[![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/kirill?label=crate%20downloads)](https://crates.io/crates/kirill) [![docs.rs](https://img.shields.io/docsrs/kirill)](https://docs.rs/kirill/latest/kirill/) [![Test](https://github.com/mcandre/kirill/actions/workflows/test.yml/badge.svg)](https://github.com/mcandre/kirill/actions/workflows/test.yml) [![license](https://img.shields.io/badge/license-BSD-0)](LICENSE.md)\n\n# ABOUT\n\nkirill scans projects large and small for JSON correctness:\n\n* Check for basic JSON(5) syntactical validity\n* Identify JSON(5) files recursively in large project directories\n* Verify compliance with a [JSON Schema](https://json-schema.org/)\n\n# EXAMPLES\n\n```console\n% cd examples\n\n% kirill .\nerror: fruit-missing-end-brace.json: EOF while parsing an object at line 3 column 0\nerror: fruit-trailing-comma.json: trailing comma at line 3 column 1\nerror: fruit-unquoted-key.json: key must be a string at line 2 column 5\nerror: fruit-with-comment.json: expected value at line 1 column 1\nerror: settings.json: expected value at line 1 column 1\n\n% kirill --schema species.json zoo\nerror: zoo/bad-bear.json: Missing required property 'species'\n\n% kirill books.json5\nerror: books.json5: expected value at line 9 column 9\n\n% kirill --json5 books.json5\n%\n```\n\n# DOWNLOAD\n\n```sh\ncargo install kirill\n```\n\n## Prerequisites\n\n* [cargo](https://doc.rust-lang.org/cargo/)\n\n## Postinstall\n\nRegister `~/.cargo/bin` to `PATH` environment variable.\n\nFor details on tuning kirill, see [CONFIGURATION](CONFIGURATION.md).\n\nFor details on building from source, see [DEVELOPMENT](DEVELOPMENT.md).\n\n# RESOURCES\n\nPrior art, personal plugs, and tools for managing data.\n\n* [jq](https://jqlang.github.io/jq/) - styles and transforms JSON documents\n* [mcandre/linters](https://github.com/mcandre/linters) - a collection of file analyzers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fkirill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcandre%2Fkirill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fkirill/lists"}