Learn R Programming

trundler (version 0.1.19)

check_response_json: Check that API response is JSON

Description

Check that API response is JSON

Usage

check_response_json(response)

Arguments

response

A response object.

Value

NULL. Raises an error if the response is not JSON.