if (FALSE) {
validate_dataset_json('path/to/file.json')
validate_dataset_json('https://www.somesite.com/file.json')
}
ds_json <- dataset_json(iris, "IG.IRIS", "IRIS", "Iris", iris_items)
js <- write_dataset_json(ds_json)
validate_dataset_json(js)
Run the code above in your browser using DataLab