{"id":29067151,"url":"https://github.com/rcmgleite/json_validator","last_synced_at":"2026-05-06T11:31:06.144Z","repository":{"id":82279890,"uuid":"151783395","full_name":"rcmgleite/json_validator","owner":"rcmgleite","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-06T18:29:19.000Z","size":1158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-09T06:43:05.600Z","etag":null,"topics":["json","json-schema"],"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/rcmgleite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2018-10-05T22:12:25.000Z","updated_at":"2020-02-18T03:56:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"77bf2960-dbda-4db9-a409-d54c496485e1","html_url":"https://github.com/rcmgleite/json_validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcmgleite/json_validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmgleite%2Fjson_validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmgleite%2Fjson_validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmgleite%2Fjson_validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmgleite%2Fjson_validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcmgleite","download_url":"https://codeload.github.com/rcmgleite/json_validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmgleite%2Fjson_validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32691620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["json","json-schema"],"created_at":"2025-06-27T10:36:55.390Z","updated_at":"2026-05-06T11:31:06.139Z","avatar_url":"https://github.com/rcmgleite.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [joi-like](https://github.com/hapijs/joi) json validator.\n- [Getting started](#getting-started)\n- [Usage](#usage)\n- [Design principles](#design-principles)\n- [Contributing](#contributing)\n\n## Getting started\nFirst thing to do: run the tests\n```\n$ make \n```\n\n## Usage\nSee [tests](https://github.com/rcmgleite/json_validator/blob/master/tests/unit/complete_functionality_test.cpp).\n\n## Design principles\n1.  The API implemented was borrowed from [joi](https://github.com/hapijs/joi) (with some modifications, of course)\n2.  Write code minding your colleagues who will come after you.\n3.  Performance is very important. Do not overlook it.\n4.  Make everything as simple as possible.\n5.  Always write tests.\n\n## Supported adapters\n  - [x] [cjson](https://github.com/DaveGamble/cJSON)\n  - [ ] [rapid_json](https://github.com/Tencent/rapidjson)\n\n## TODOs\n1.  Support [json-schema](http://json-schema.org)\n2.  Add more adapters\n\n## Contributing\nSee [Contributing](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcmgleite%2Fjson_validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcmgleite%2Fjson_validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcmgleite%2Fjson_validator/lists"}