Skip to contents

Make a GET request to a specified URL and convert the JSON response to an R object using the jsonlite package.

Usage

get_json_object(url)

Arguments

url

The URL to make the GET request to.

Value

An R object representing the converted JSON response.