Decompresses the zLib stream and validates the Dataset NDJSON content it
holds, as validate_dataset_ndjson() does: the metadata object on line 1 is
checked against the Dataset NDJSON v1.1.0 schema, and each subsequent line
must be a JSON array carrying one value per declared column.
Examples
validate_dataset_dsjc(datasetjson_example("dm.dsjc"))
#> File is valid per the Dataset NDJSON v1.1.0 schema
#> [1] line message
#> <0 rows> (or 0-length row.names)