{"id":14067856,"url":"https://github.com/ropensci/jsonvalidate","last_synced_at":"2025-04-04T06:09:31.883Z","repository":{"id":6248376,"uuid":"55187004","full_name":"ropensci/jsonvalidate","owner":"ropensci","description":":heavy_check_mark::interrobang: Validate JSON","archived":false,"fork":false,"pushed_at":"2025-02-07T11:47:42.000Z","size":814,"stargazers_count":49,"open_issues_count":19,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T05:13:24.798Z","etag":null,"topics":["json","json-validation","jsonvalidate","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/jsonvalidate","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ropensci.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-03-31T22:26:18.000Z","updated_at":"2025-02-07T11:47:48.000Z","dependencies_parsed_at":"2024-02-19T19:16:16.038Z","dependency_job_id":"6edb680f-d653-4041-a9b8-8ae33e1835a3","html_url":"https://github.com/ropensci/jsonvalidate","commit_stats":{"total_commits":183,"total_committers":18,"mean_commits":"10.166666666666666","dds":0.639344262295082,"last_synced_commit":"53600f30671867e38546180e788c16ca27f1d045"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fjsonvalidate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fjsonvalidate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fjsonvalidate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fjsonvalidate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/jsonvalidate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-validation","jsonvalidate","r","r-package","rstats"],"created_at":"2024-08-13T07:05:48.918Z","updated_at":"2025-04-04T06:09:31.863Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# jsonvalidate\n\n\u003c!-- badges: start --\u003e\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![R-CMD-check](https://github.com/ropensci/jsonvalidate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/jsonvalidate/actions/workflows/R-CMD-check.yaml)\n[![codecov.io](https://codecov.io/github/ropensci/jsonvalidate/coverage.svg?branch=master)](https://app.codecov.io/github/ropensci/jsonvalidate?branch=master)\n[![](http://www.r-pkg.org/badges/version/jsonvalidate)](https://cran.r-project.org/package=jsonvalidate)\n\u003c!-- badges: end --\u003e\n\n\nValidate JSON against a schema using [`is-my-json-valid`](https://github.com/mafintosh/is-my-json-valid) or [`ajv`](https://github.com/ajv-validator/ajv).  This package is a thin wrapper around these node libraries, using the [V8](https://cran.r-project.org/package=V8) package.\n\n## Usage\n\nDirectly validate `json` against `schema`\n\n```r\njsonvalidate::json_validate(json, schema)\n```\n\nor create a validator for multiple uses\n\n```r\nvalidate \u003c- jsonvalidate::json_validator(schema)\nvalidate(json)\nvalidate(json2) # etc\n```\n\nSee the [package vignette](https://docs.ropensci.org/jsonvalidate/articles/jsonvalidate.html) for complete examples.\n\n## Installation\n\nInstall from CRAN with\n\n```r\ninstall.packages(\"jsonvalidate\")\n```\n\nAlternatively, the current development version can be installed from GitHub with\n\n```r\ndevtools::install_github(\"ropensci/jsonvalidate\")\n```\n\n## License\n\nMIT + file LICENSE © [Rich FitzJohn](https://github.com/richfitz).\n\n Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ropensci/jsonvalidate/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n[![ropensci_footer](https://ropensci.org//public_images/github_footer.png)](https://ropensci.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fjsonvalidate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Fjsonvalidate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fjsonvalidate/lists"}