Source: r-cran-jsonlite
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Chris Lawrence <lawrencc@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-jsonlite
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-jsonlite.git
Homepage: https://cran.r-project.org/package=jsonlite
Rules-Requires-Root: no

Package: r-cran-jsonlite
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: A Simple and Robust JSON Parser and Generator for R
 A reasonably fast JSON parser and generator, optimized for statistical data
 and the web. Offers simple, flexible tools for working with JSON in R, and is
 particularly powerful for building pipelines and interacting with a web API.
 The implementation is based on the mapping described in the vignette (Ooms,
 2014). In addition to converting JSON data from/to R objects, 'jsonlite'
 contains functions to stream, validate, and prettify JSON data. The unit tests
 included with the package verify that all edge cases are encoded and decoded
 consistently for use with dynamic data in systems and applications.
