{"id":15399217,"url":"https://github.com/edg-l/lalrpop-json","last_synced_at":"2026-04-28T22:33:55.350Z","repository":{"id":218734464,"uuid":"747216164","full_name":"edg-l/lalrpop-json","owner":"edg-l","description":"A JSON parser using lalrpop in Rust.","archived":false,"fork":false,"pushed_at":"2024-01-23T14:00:19.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:41:09.827Z","etag":null,"topics":["json","lalrpop","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edg-l.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}},"created_at":"2024-01-23T13:56:30.000Z","updated_at":"2024-05-16T15:17:54.000Z","dependencies_parsed_at":"2024-01-23T15:07:34.463Z","dependency_job_id":"b5aea9ed-6a49-4a42-b60c-0eab84a5dd5e","html_url":"https://github.com/edg-l/lalrpop-json","commit_stats":null,"previous_names":["edg-l/lalrpop-json"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edg-l/lalrpop-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Flalrpop-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Flalrpop-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Flalrpop-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Flalrpop-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edg-l","download_url":"https://codeload.github.com/edg-l/lalrpop-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Flalrpop-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["json","lalrpop","rust"],"created_at":"2024-10-01T15:47:28.231Z","updated_at":"2026-04-28T22:33:55.334Z","avatar_url":"https://github.com/edg-l.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lalrpop-json\nA JSON parser using lalrpop.\n\n```rust\n\nuse lalrpop_json::{parse_value, Value};\n\nlet value: Value = parse_value(r#\"\n{\n    \"hello\": \"world\",\n    \"array\": [\"first\", 2, true, false, null, { \"more\": 2 }]\n}\n\"#).unwrap();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedg-l%2Flalrpop-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedg-l%2Flalrpop-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedg-l%2Flalrpop-json/lists"}