{"id":22878007,"url":"https://github.com/twct/brace","last_synced_at":"2026-04-30T01:37:25.589Z","repository":{"id":267715815,"uuid":"902130083","full_name":"twct/brace","owner":"twct","description":"Incredibly simple JSON parser in C++","archived":false,"fork":false,"pushed_at":"2025-01-04T20:29:21.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T14:18:27.274Z","etag":null,"topics":["cpp","json"],"latest_commit_sha":null,"homepage":"https://brace.thrift.dev","language":"C++","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/twct.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-12-12T00:55:58.000Z","updated_at":"2025-01-04T20:29:25.000Z","dependencies_parsed_at":"2024-12-12T02:24:59.852Z","dependency_job_id":"0b84027e-b903-40ca-bd5b-798bb354d214","html_url":"https://github.com/twct/brace","commit_stats":null,"previous_names":["twct/brace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twct/brace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twct%2Fbrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twct%2Fbrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twct%2Fbrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twct%2Fbrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twct","download_url":"https://codeload.github.com/twct/brace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twct%2Fbrace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["cpp","json"],"created_at":"2024-12-13T16:17:29.998Z","updated_at":"2026-04-30T01:37:25.561Z","avatar_url":"https://github.com/twct.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brace\n\nIncredibly simple JSON parser in C++\n\n## Example usage\n\n```cpp\nauto json_str = R\"({\"hello\": \"world\"})\";\nbrace::Parser parser;\nauto json = parser.parse(json_str).expect(\"parse\");\nstd::string hello = json[\"hello\"];\nprintf(\"Hello, %s!\\n\", hello.c_str());\n```\n\n## Getting Started\n\nA C++ compiler with at least support for C++17 is required. The easiest way to get started is by adding [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake/blob/v0.40.2/cmake/CPM.cmake) to your project:\n\n```cmake\ninclude(cmake/CPM.cmake)\nCPMAddPackage(\"gh:twct/brace#git_tag_or_rev_sha\")\ntarget_link_libraries(MyTarget PRIVATE brace)\n```\n\n**Build \u0026 run unit tests**\n\n```sh\n$ mkdir build \u0026\u0026 cd build\n$ cmake -G Ninja -DBRACE_BUILD_TESTS=on ..\n$ ninja \u0026\u0026 ninja test\n```\n\n**Build docs**\n\n```sh\n$ cd docs \u0026\u0026 make\n# bundle as zip\n$ make zip\n```\n\n## Compatibility\n\nbrace has been tested the following compilers:\n\n- Clang 15.0.0 (macOS)\n- MSVC 19.41.34120 (Windows)\n- GCC 14.2.1 (Linux)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwct%2Fbrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwct%2Fbrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwct%2Fbrace/lists"}