View source: R/encode_decode.R
| validate_dir_json | R Documentation |
Checks if a JSON string is compliant with the expected schema for a directory structure.
validate_dir_json(json_data)
json_data |
A JSON string representing the directory's contents. |
TRUE if valid, otherwise throws an error.
## Not run:
# Validate a JSON string for directory structure
validate_dir_json(json_str)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.