fetch-json
Retrieve web content from any URL and convert it into JSON format. Specify URLs and choose pretty-print options for structured data extraction and processing.
Instructions
Fetch content from any URL and convert to JSON format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prettyPrint | No | Whether to pretty-print the JSON (default: true) | |
url | Yes | URL to fetch content from |