R/utils.R
is_json.Rd
Checks whether a file is a JSON file.
is_json(file)
a filepath
a boolean
if (FALSE) { # \dontrun{ is_json("file.json") } # }