Package: jsonStrings
Type: Package
Title: Manipulation of JSON Strings
Version: 2.0.0
Authors@R: c(
    person("Stéphane", "Laurent", role = c("aut", "cre"), 
           email = "laurent_step@outlook.fr"),
    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)
Imports: Rcpp (>= 1.0.0), methods, R6
LinkingTo: Rcpp
RoxygenNote: 7.1.2
Encoding: UTF-8
SystemRequirements: C++11
URL: https://github.com/stla/jsonStrings
BugReports: https://github.com/stla/jsonStrings/issues
NeedsCompilation: yes
Packaged: 2022-04-05 13:31:54 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  Niels Lohmann [cph] ('nlohmann/json' C++ library)
Repository: CRAN
Date/Publication: 2022-04-05 14:52:30 UTC
