Package: rjsoncons
Title: 'C++' Header-Only 'jsoncons' Library for 'JSON' Queries
Version: 1.1.0
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: The 'jsoncons'
    <https://danielaparker.github.io/jsoncons/> 'C++' header-only
    library constructs representations from a 'JSON' character vector,
    and provides extensions for flexible queries and other operations
    on 'JSON' objects. This package has simple 'R' wrappers to support
    'JSONpath' and 'JMESpath' queries into 'JSON' strings or 'R'
    objects. The 'jsoncons' library is also be easily linked to other
    packages for direct access to 'C++' functionality.
Suggests: jsonlite, tinytest, BiocStyle, knitr, rmarkdown
License: BSL-1.0
LinkingTo: cpp11
NeedsCompilation: yes
Encoding: UTF-8
BugReports: https://github.com/mtmorgan/rjsoncons/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://mtmorgan.github.io/rjsoncons/
Packaged: 2023-12-10 16:59:52 UTC; ma38727
Author: Martin Morgan [aut, cre] (<https://orcid.org/0000-0002-5874-8148>),
  Marcel Ramos [aut] (<https://orcid.org/0000-0002-3242-0582>),
  Daniel Parker [aut, cph] (jsoncons C++ library maintainer)
Maintainer: Martin Morgan <mtmorgan.xyz@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-11 12:50:02 UTC
