{"id":17676698,"url":"https://github.com/yoannchb-pro/own-json-parser","last_synced_at":"2026-05-05T12:33:21.588Z","repository":{"id":177732392,"uuid":"660793242","full_name":"yoannchb-pro/own-json-parser","owner":"yoannchb-pro","description":"A JSON parser made in typescript with tokenizer, ast, parser ...","archived":false,"fork":false,"pushed_at":"2024-05-07T02:41:47.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T17:33:48.457Z","etag":null,"topics":["ast-builder","javascript","json-parser","nodejs","parser","tokenizer","typescript"],"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/yoannchb-pro.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":"2023-06-30T21:35:25.000Z","updated_at":"2024-05-07T02:41:28.000Z","dependencies_parsed_at":"2024-05-07T03:44:57.954Z","dependency_job_id":null,"html_url":"https://github.com/yoannchb-pro/own-json-parser","commit_stats":null,"previous_names":["yoannchb-pro/own-json-parser"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/yoannchb-pro/own-json-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2Fown-json-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2Fown-json-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2Fown-json-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2Fown-json-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoannchb-pro","download_url":"https://codeload.github.com/yoannchb-pro/own-json-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2Fown-json-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ast-builder","javascript","json-parser","nodejs","parser","tokenizer","typescript"],"created_at":"2024-10-24T07:26:27.536Z","updated_at":"2026-05-05T12:33:21.551Z","avatar_url":"https://github.com/yoannchb-pro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# own-json-parser\n\nA JSON parser made in typescript with tokenizer, ast, parser ...\n\n## Usage\n\n`JSONParser` Should work as `JSON.parser`\n\n```js\nimport JSONParser from \"./dist\";\n\nJSONParser(\n  '{ \"greeting\": \"Hello World !\", \"error\": false, \"note\": 20, \"bool\": \"false\" }'\n);\n//Ouput: { greeting: \"Hello World !\", error: false, note: 20, bool: \"false\" }\n\nJSONParser('{ \"greeting\": \"Hello World !\", \"test\": [,] }');\n//Will throw a SyntaxError for \",\" with line and column\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannchb-pro%2Fown-json-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoannchb-pro%2Fown-json-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannchb-pro%2Fown-json-parser/lists"}