export_to_json
Export accessibility audit results to structured JSON, with optional pretty-printing and raw result inclusion. If a URL is provided, an audit runs first.
Instructions
Export audit results as structured JSON. Supports pretty-printing and optional raw results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pretty | No | Pretty-print JSON (default: true). | |
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. | |
| includeRaw | No | Include raw accessibility engine results (default: false). |