{"id":22021918,"url":"https://github.com/knightchaser/larkjsonparser","last_synced_at":"2026-04-28T21:03:02.969Z","repository":{"id":257261316,"uuid":"857741545","full_name":"KnightChaser/LarkJSONParser","owner":"KnightChaser","description":"An example code of parsing JSON text into an utilizable structure with Lark library.","archived":false,"fork":false,"pushed_at":"2024-10-01T13:39:08.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T10:26:47.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KnightChaser.png","metadata":{"files":{"readme":"readme.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-15T13:46:42.000Z","updated_at":"2024-10-01T13:39:11.000Z","dependencies_parsed_at":"2024-09-15T16:00:58.202Z","dependency_job_id":"029b38c3-e97a-4cd5-9c29-554c3ef78f05","html_url":"https://github.com/KnightChaser/LarkJSONParser","commit_stats":null,"previous_names":["knightchaser/larkjsonparser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KnightChaser/LarkJSONParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightChaser%2FLarkJSONParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightChaser%2FLarkJSONParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightChaser%2FLarkJSONParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightChaser%2FLarkJSONParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnightChaser","download_url":"https://codeload.github.com/KnightChaser/LarkJSONParser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightChaser%2FLarkJSONParser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32399015,"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":[],"created_at":"2024-11-30T06:16:17.946Z","updated_at":"2026-04-28T21:03:02.960Z","avatar_url":"https://github.com/KnightChaser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LarkJSONParser\n\nAn example code of parsing JSON text into an utilizable structure with Lark library.\n\n### Directories\n- `json.lark`: A LARK based grammar for parsing JSON(JavaScript Object Notation) syntax file.\n- `parser.py`: A simple JSON parsing code that restructs JSON text to Python dictionary completely.\n- `parser_for_tree.py`: A modified JSON parser using `Transformer` to build a customized tree. (Can be applied for a such thing like AST(Abstract Syntax Tree))\n- `parser_error_handling.py`: A modified JSON parser gracefully handling parss failures due to grammatically incorrect inputs like compilers or interpreters.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknightchaser%2Flarkjsonparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknightchaser%2Flarkjsonparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknightchaser%2Flarkjsonparser/lists"}