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