R/json.R

Defines functions safeFromJSON

#' @importFrom jsonlite parse_json
#' @noRd
safeFromJSON <- function(txt, simplifyVector = TRUE, ...) {
  parse_json(txt, simplifyVector = simplifyVector, ...)
}

Try the plumber package in your browser

Any scripts or data that you put into this service are public.

plumber documentation built on Sept. 7, 2022, 1:05 a.m.