-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
34 lines (34 loc) · 1.4 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: jsonlite
Version: 1.8.9
Title: A Simple and Robust JSON Parser and Generator for R
License: MIT + file LICENSE
Depends: methods
Authors@R: c(
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Duncan", "Temple Lang", role = "ctb"),
person("Lloyd", "Hilaiel", role = "cph", comment="author of bundled libyajl"))
URL: https://jeroen.r-universe.dev/jsonlite
https://arxiv.org/abs/1403.2805
BugReports: https://github.com/jeroen/jsonlite/issues
Maintainer: Jeroen Ooms <[email protected]>
VignetteBuilder: knitr, R.rsp
Description: 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.
Suggests:
httr,
vctrs,
testthat,
knitr,
rmarkdown,
R.rsp,
sf
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)