{"id":14969248,"url":"https://github.com/cucumber/cucumber-json-converter","last_synced_at":"2026-03-07T08:02:16.236Z","repository":{"id":25144801,"uuid":"103293265","full_name":"cucumber/cucumber-json-converter","owner":"cucumber","description":"Parse Cucumber JSON from most Cucumber implementations and versions","archived":false,"fork":false,"pushed_at":"2026-03-04T23:14:24.000Z","size":2165,"stargazers_count":6,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-05T01:32:28.004Z","etag":null,"topics":["javascript","polyglot-release","tidelift"],"latest_commit_sha":null,"homepage":"","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/cucumber.png","metadata":{"funding":{"open_collective":"cucumber","github":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-09-12T16:10:49.000Z","updated_at":"2026-03-04T23:13:39.000Z","dependencies_parsed_at":"2023-01-16T22:16:06.641Z","dependency_job_id":"d9f51381-b7bc-458d-b374-13ba1d491a9f","html_url":"https://github.com/cucumber/cucumber-json-converter","commit_stats":{"total_commits":476,"total_committers":12,"mean_commits":"39.666666666666664","dds":0.2226890756302521,"last_synced_commit":"ffdafa302400ebe2d3602437c10543e9f376dbb9"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cucumber/cucumber-json-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-json-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-json-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-json-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-json-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/cucumber-json-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fcucumber-json-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"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":["javascript","polyglot-release","tidelift"],"created_at":"2024-09-24T13:41:25.927Z","updated_at":"2026-03-07T08:02:16.195Z","avatar_url":"https://github.com/cucumber.png","language":"TypeScript","funding_links":["https://opencollective.com/cucumber","https://github.com/sponsors/cucumber"],"categories":[],"sub_categories":[],"readme":"# Cucumber JSON Converter\n\nThis library converts Cucumber JSON from multiple implementations and versions into a JavaScript object with\na strict schema.\n\n## Usage\n\n```typescript\nimport { convert } from '@cucumber/cucumber-json-converter'\n\nconst ob = JSON.parse(jsonFromAnyCucumberImplementation)\nconst cucumberJsonObject = convert(ob)\n```\n\nThe `convert` function will throw an error if it fails to recognize the object as a valid Cucumber JSON object.\n\n## Motivation\n\nThe \"Cucumber JSON\" format was created several years before the [JSON Schema](https://json-schema.org/) standard started gaining traction. The lack of a formal schema led to inconsistencies between different Cucumber implementations and releases.\n\nThis library contains JSON Schemas for multiple implementations and versions of Cucumber.\nThese schemas have been retrofitted to match the actual output of these implementations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fcucumber-json-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Fcucumber-json-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fcucumber-json-converter/lists"}