-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.43 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
35
36
37
38
Package: rjsoncons
Title: Query, Pivot, Patch, and Validate 'JSON' and 'NDJSON'
Version: 1.3.1.9100
Authors@R: c(
person(
"Martin", "Morgan", role = c("aut", "cre"),
email = "mtmorgan.xyz@gmail.com",
comment = c(ORCID = "0000-0002-5874-8148")
),
person(
"Marcel", "Ramos", role = "aut",
comment = c(ORCID = "0000-0002-3242-0582")
),
person(
"Daniel", "Parker", role = c("aut", "cph"),
email = "danielaparker@yahoo.com",
comment = "jsoncons C++ library maintainer"
))
Description: Functions to query (filter or transform), pivot (convert
from array-of-objects to object-of-arrays, for easy import as 'R'
data frame), search, patch (edit), and validate (against 'JSON Schema')
'JSON' and 'NDJSON' strings, files, or URLs. Query and
pivot support 'JSONpointer', 'JSONpath' or 'JMESpath'
expressions. The implementation uses the 'jsoncons'
<https://danielaparker.github.io/jsoncons/> header-only library;
the library is easily linked to other packages for direct access
to 'C++' functionality not implemented here.
Imports: cli, tibble
Suggests: jsonlite, tinytest, BiocStyle, knitr, rmarkdown
LinkingTo: cpp11, cli
License: BSL-1.0
NeedsCompilation: yes
Encoding: UTF-8
BugReports: https://github.com/mtmorgan/rjsoncons/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://mtmorgan.github.io/rjsoncons/