Package: rjsoncons
Title: 'C++' Header-Only 'jsoncons' Library for 'JSON' Queries
Version: 1.0.0
Authors@R: c(
    person(
        "Martin", "Morgan", role = c("aut", "cre"),
        email = "mtmorgan.bioc@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.
Imports: jsonlite
Suggests: tinytest, BiocStyle, knitr, rmarkdown
License: BSL-1.0
LinkingTo: cpp11
NeedsCompilation: yes
SystemRequirements: C++11
Encoding: UTF-8
BugReports: https://github.com/mtmorgan/rjsoncons/issues
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Packaged: 2022-09-27 11:21:43 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.bioc@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-29 08:20:05 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-09-30 10:33:53 UTC; unix
Archs: rjsoncons.so.dSYM
