Package: datasetjson
Type: Package
Title: Read and Write CDISC Dataset JSON Files
Version: 0.4.0
Authors@R: c(
    person(given = "Mike",
           family = "Stackhouse",
           role = c("aut", "cre"),
           email = "mike.stackhouse@atorusresearch.com",
           comment = c(ORCID = "0000-0001-6030-723X")),
    person(given = "Nicholas",
           family = "Masel",
           email = "nmasel@its.jnj.com",
           role = "aut"),
    person(given = "Atorus Research, Inc.",
           role = "cph"),
    person(given = "Yao",
           family = "Yuan",
           role = "cph",
           comment = "Author of the bundled yyjson C library")
    )
Description: Read, construct and write CDISC (Clinical Data Interchange Standards Consortium) Dataset JSON (JavaScript Object Notation) files, while validating per the Dataset JSON schema file, as described in CDISC (2023) <https://www.cdisc.org/standards/data-exchange/dataset-json>.
URL: https://atorus-research.github.io/datasetjson/
BugReports: https://github.com/atorus-research/datasetjson/issues/
Encoding: UTF-8
Language: en-US
License: Apache License (>= 2)
Copyright: The included 'yyjson' C library is Copyright (c) 2020
        YaoYuan and is released under the MIT license. See
        inst/COPYRIGHTS.
LazyData: true
Depends: R (>= 4.0)
Imports: hms
Suggests: testthat (>= 2.1.0), jsonvalidate (>= 1.3.1), jsonlite (>=
        1.8.0), mockery, knitr, haven, rmarkdown, withr, purrr, tibble,
        dplyr, lubridate, data.table
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-09-04 00:47:21 UTC; mstackhouse
Author: Mike Stackhouse [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6030-723X>),
  Nicholas Masel [aut],
  Atorus Research, Inc. [cph],
  Yao Yuan [cph] (Author of the bundled yyjson C library)
Maintainer: Mike Stackhouse <mike.stackhouse@atorusresearch.com>
Repository: CRAN
Date/Publication: 2026-09-04 02:20:02 UTC
