R/validate_json.R
get_json_object.Rd
Make a GET request to a specified URL and convert the JSON response to an R object using the jsonlite package.
get_json_object(url)
The URL to make the GET request to.
An R object representing the converted JSON response.