-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 738 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Type: Package
Package: jsonStrings
Title: Manipulation of JSON Strings
Version: 2.1.1
Authors@R: c(
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
person("Niels", "Lohmann", role = "cph",
comment = "'nlohmann/json' C++ library")
)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Fast manipulation of JSON strings. Allows to extract or
delete an element in a JSON string, merge two JSON strings, and more.
License: GPL (>= 2)
URL: https://github.com/stla/jsonStrings
BugReports: https://github.com/stla/jsonStrings/issues
Imports:
methods,
R6,
Rcpp (>= 1.0.0)
LinkingTo:
Rcpp
Encoding: UTF-8
RoxygenNote: 7.2.1
SystemRequirements: C++17