Path to Discogs data as JSON
See also
Other Discogs data and functions:
discog
Examples
discog_json()
#> [1] "/tmp/RtmpcfxJ99/temp_libpath1de4995cbf9975/repurrrsive/extdata/discog.json"
if (require("jsonlite")) {
d <- fromJSON(discog_json(), simplifyVector = FALSE)
identical(discog, d)
}
#> Loading required package: jsonlite
#> [1] TRUE