{"id":22808920,"url":"https://github.com/evex-dev/json-parser","last_synced_at":"2026-01-24T15:06:55.986Z","repository":{"id":244879749,"uuid":"816551069","full_name":"evex-dev/json-parser","owner":"evex-dev","description":"Fastest JSON Parser in JavaScript","archived":false,"fork":false,"pushed_at":"2024-10-12T05:49:39.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-13T20:52:10.154Z","etag":null,"topics":["javascript","json","json-parser"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evex-dev.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-06-18T01:21:56.000Z","updated_at":"2024-10-12T05:49:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3849900d-25e2-4308-b8a0-7ec6866532bb","html_url":"https://github.com/evex-dev/json-parser","commit_stats":null,"previous_names":["evex-dev/evex-json-parser","evex-dev/json-parser"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/evex-dev/json-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fjson-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fjson-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fjson-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fjson-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evex-dev","download_url":"https://codeload.github.com/evex-dev/json-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evex-dev%2Fjson-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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","json","json-parser"],"created_at":"2024-12-12T11:12:51.831Z","updated_at":"2026-01-24T15:06:55.966Z","avatar_url":"https://github.com/evex-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-parser\n\n\u003ccenter\u003e\n  \u003ch2\u003e‼‼ Do not use this in Server-Side ‼‼\u003c/h2\u003e\n  \u003cp\u003e(If you try to use it by mistake, not works, but it works in a sandboxed worker.)\u003c/p\u003e\n\u003c/center\u003e\n\u003ccenter\u003e\n  \u003ch2\u003e‼ Please use this in Client-Side ‼\u003c/h2\u003e\n\u003c/center\u003e\n\nFastest JSON Parser in JavaScript  \nDon't use it in a important project.  \nDo not run against untrusted json.  \nUse only if the response is from your own server and you trust it.\n\n- faster x5 than `JSON.parse`\n- faster x10 than `parse-json`\n\n```bash\nnpx jsr add @evex/json-parser\npnpx jsr add @evex/json-parser\nyarn dlx jsr add @evex/json-parser\nbunx jsr add @evex/json-parser\ndeno add @evex/json-parser\n```\n\n```ts\nimport { JSONParser } from \"@evex/json-parser\";\nconsole.log(JSONParser(`{ \"name\": \"evex\", \"age\": 11, \"likes\": [\"apple\", \"banana\"], \"isMan\": true }`));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevex-dev%2Fjson-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevex-dev%2Fjson-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevex-dev%2Fjson-parser/lists"}