{"id":15755435,"url":"https://github.com/jirfag/jiffyjson","last_synced_at":"2026-04-28T01:31:11.628Z","repository":{"id":70739580,"uuid":"68135765","full_name":"jirfag/jiffyjson","owner":"jirfag","description":"Fastest C JSON parser - jiffyjson","archived":false,"fork":false,"pushed_at":"2016-09-27T07:08:05.000Z","size":700,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T23:03:25.710Z","etag":null,"topics":["c","json","json-parsing","performance"],"latest_commit_sha":null,"homepage":null,"language":"C","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/jirfag.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":"2016-09-13T18:27:26.000Z","updated_at":"2017-06-23T08:26:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3c9b546-8a95-448b-8ccb-7937f6576f60","html_url":"https://github.com/jirfag/jiffyjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jirfag/jiffyjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirfag%2Fjiffyjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirfag%2Fjiffyjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirfag%2Fjiffyjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirfag%2Fjiffyjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jirfag","download_url":"https://codeload.github.com/jirfag/jiffyjson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirfag%2Fjiffyjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["c","json","json-parsing","performance"],"created_at":"2024-10-04T08:21:49.994Z","updated_at":"2026-04-28T01:31:11.613Z","avatar_url":"https://github.com/jirfag.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jiffyjson\n=============\n\nThis is the fastest library for JSON parsing for C/C++, providing highlevel interface.\n\nLightweight\n-------\n\nOnly 3 small source files, written in simple C with \u003c1000 lines of code.\n\nEasy to use\n-------\n\nA few functions in interface.\n\nBuilding\n-------\n```\ngit submodule init\ngit submodule update\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nThe fastest\n-------\n\nThis library is the quickest of founded high-level libraries in any language, allowing to parse JSON.\nTo run performance benchmark do:\n```\ncmake -DPERFTEST=ON ..\nmake\n./perftest/gbench ../perftest/twitter.json\n```\n\n#### Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz \u0026\u0026 Linux \u0026\u0026 gcc version 6.2.0\n```\nBenchmark               Time           CPU Iterations\n-----------------------------------------------------\ntest_strdup         75206 ns      75196 ns       9375   7.82148GB/s\ntest_jiffyjson     963051 ns     962952 ns        727   625.429MB/s // this lib\ntest_rapid_wr     1710053 ns    1709645 ns        411   352.271MB/s\ntest_ujson4c      2291503 ns    2291255 ns        310   262.851MB/s\ntest_yajl         6061859 ns    6060270 ns        116   99.3782MB/s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjirfag%2Fjiffyjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjirfag%2Fjiffyjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjirfag%2Fjiffyjson/lists"}