{"id":25039351,"url":"https://github.com/multimeric/json-ld-test","last_synced_at":"2026-02-14T11:03:18.243Z","repository":{"id":268392644,"uuid":"900831422","full_name":"multimeric/json-ld-test","owner":"multimeric","description":"The official JSON-LD test suite as a Python package.","archived":false,"fork":false,"pushed_at":"2024-12-16T12:55:40.000Z","size":1055,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T09:54:27.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://multimeric.github.io/json-ld-test/","language":"Python","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/multimeric.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}},"created_at":"2024-12-09T14:52:02.000Z","updated_at":"2024-12-16T12:55:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"80af154f-6f40-4ca5-a86e-a9d24877b7c8","html_url":"https://github.com/multimeric/json-ld-test","commit_stats":null,"previous_names":["multimeric/json-ld-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/multimeric/json-ld-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fjson-ld-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fjson-ld-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fjson-ld-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fjson-ld-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multimeric","download_url":"https://codeload.github.com/multimeric/json-ld-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fjson-ld-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","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":[],"created_at":"2025-02-06T02:21:07.604Z","updated_at":"2026-02-14T11:03:18.226Z","avatar_url":"https://github.com/multimeric.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON-LD-Test\n\nMakes it easy to test the conformance of your JSON-LD parser by providing the official JSON-LD test suite as a Python package.\n\n## Installation\n\n```\npip install json-ld-test\n```\n\n## Example Usage\n\n```python\nfrom json_ld_test import get_all_tests, get_test_file\n\nfor test_case in get_all_tests():\n    input = get_test_file(test_case.input)\n    context = get_test_file(test_case.context)\n    output = get_test_file(test_case.expected)\n    assert parse_input(input, context) == output\n```\n\n## LinkML\n\nThis repo also includes a LinkML schema for describing the official JSON-LD test suite.\nFeel free to re-use this for generating code that relates to these entities.\n\n## Documentation\n\nAPI docs are available at **\u003chttps://multimeric.github.io/json-ld-test/\u003e**.\n\n## JSON-LD License\n\nUse of the JSON-LD test suite, originally from https://w3c.github.io/json-ld-api/tests/ is licensed under the [W3C Software and Document License](https://www.w3.org/copyright/software-license-2023/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Fjson-ld-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultimeric%2Fjson-ld-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Fjson-ld-test/lists"}