This package is considered a duplicate. The official version of this package is found at:https://ropensci.r-universe.dev/jsonvalidate
Package: jsonvalidate 1.5.0
jsonvalidate: Validate 'JSON' Schema
Uses the node library 'is-my-json-valid' or 'ajv' to validate 'JSON' against a 'JSON' schema. Drafts 04, 06 and 07 of 'JSON' schema are supported.
Authors:
jsonvalidate_1.5.0.tar.gz
jsonvalidate_1.5.0.tar.gz(r-4.5-noble)jsonvalidate_1.5.0.tar.gz(r-4.4-noble)
jsonvalidate_1.5.0.tgz(r-4.4-emscripten)jsonvalidate_1.5.0.tgz(r-4.3-emscripten)
jsonvalidate.pdf |jsonvalidate.html✨
jsonvalidate/json (API)
NEWS
# Install 'jsonvalidate' in R: |
install.packages('jsonvalidate', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/jsonvalidate/issues
Pkgdown site:https://docs.ropensci.org
Last updated 1 months agofrom:b44ccd66b8. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 09 2025 |
R-4.5-linux | OK | Mar 09 2025 |
R-4.4-linux | OK | Mar 09 2025 |
Exports:json_schemajson_serialisejson_validatejson_validator
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Interact with JSON schemas | json_schema |
Safe JSON serialisation | json_serialise |
Validate a json file | json_validate |
Create a json validator | json_validator |