Package: tidyjson Title: Tidy Complex 'JSON' Version: 0.3.3.1 Authors@R: c( person("Jeremy", "Stanley", , "jeremy.stanley@gmail.com", role = "aut"), person("Cole", "Arendt", , "cole@benetist.com", role = c("aut", "cre")) ) Description: Turn complex 'JSON' data into tidy data frames. License: MIT + file LICENSE URL: https://github.com/colearendt/tidyjson BugReports: https://github.com/colearendt/tidyjson/issues Depends: R (>= 3.1.0) Imports: assertthat, dplyr (>= 1.0.0), jsonlite, magrittr, purrr, rlang, tibble, tidyr (>= 1.0.0) Suggests: covr, forcats, ggplot2, igraph, knitr, listviewer, lubridate, RColorBrewer, rmarkdown, rprojroot, testthat (>= 3.0.0), vctrs, viridis, wordcloud VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://colearendt.r-universe.dev Date/Publication: 2026-01-21 13:09:37 UTC RemoteUrl: https://github.com/colearendt/tidyjson RemoteRef: HEAD RemoteSha: cc31aa795f8cc48c5a2a085cfcdc65b05cd5ebc8 NeedsCompilation: no Packaged: 2026-06-20 06:50:24 UTC; root Author: Jeremy Stanley [aut], Cole Arendt [aut, cre] Maintainer: Cole Arendt