src/library/jsonlite/R/asJSON.vctrs.R

setMethod("asJSON", "vctrs_vctr", function(x, ...) {
  # dispatch based on the underlying type
  class(x) <- setdiff(class(x), 'vctrs_vctr')
  asJSON(x, ...)
})
r-lib/pkg documentation built on May 6, 2024, 3:04 p.m.