export_to_json
Export accessibility audit results as structured JSON with optional pretty-printing and raw results for integration into other tools.
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). |