DEBSOURCES
Skip Quicknav
sources / r-cran-jsonlite / 1.9.1%2Bdfsg-1 / R / asJSON.vctrs.R
12345
setMethod("asJSON", "vctrs_vctr", function(x, ...) { # dispatch based on the underlying type class(x) <- setdiff(class(x), 'vctrs_vctr') asJSON(x, ...) })