fetch_json
Retrieve JSON data from a specified URL by sending a request, optionally including custom headers for enhanced functionality.
Instructions
Fetch a JSON file from a URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Optional headers to include in the request | |
url | Yes | URL of the JSON to fetch |