Package: jsonld
Type: Package
Title: JSON for Linking Data
Version: 2.2.1
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
comment = c(ORCID = "0000-0002-4035-0289"))
Description: JSON-LD is a light-weight
syntax for expressing linked data. It is primarily intended for
web-based programming environments, interoperable web services
and for storing linked data in JSON-based databases. This
package provides bindings to the JavaScript library for
converting, expanding and compacting JSON-LD documents.
License: BSD_3_clause + file LICENSE
URL: https://docs.ropensci.org/jsonld/,
https://ropensci.r-universe.dev/jsonld
BugReports: https://github.com/ropensci/jsonld/issues
Imports: V8, jsonlite, curl (>= 2.7)
RoxygenNote: 5.0.1.9000
Roxygen: list(markdown = TRUE)
Suggests: spelling
Language: en-US
Config/pak/sysreqs: libssl-dev libnode-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2024-10-03 12:53:07 UTC
RemoteUrl: https://github.com/ropensci/jsonld
RemoteRef: master
RemoteSha: a7bbe51accac999fab186624104f9969747a25f8
NeedsCompilation: no
Packaged: 2026-07-01 08:14:51 UTC; root
Author: Jeroen Ooms [aut, cre] (ORCID: )
Maintainer: Jeroen Ooms