data.json-repair
Repair caller-supplied malformed JSON by safely removing an outer Markdown fence, comments, single-quoted strings, unquoted identifier keys, Python literals, and trailing commas, with transformation hashes and strict rejection of duplicate keys or non-finite numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| repairs | No | Safe repair classes to permit; service execution order is fixed and deterministic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured Deterministic JSON repair result | |
| meta | Yes | ||
| service | Yes | ||
| version | Yes | ||
| request_id | Yes | Unique request identifier |