JSON Repair
Repairs common malformed JSON such as trailing commas and smart quotes.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
text | text | Yes | Text |
Outputs
| Name | Type | Description |
|---|---|---|
result | object | Result |
repaired_text | text | Repaired text |
work | array | Work |
Sample request
{
"text": "{\u201cname\u201d: \u201cAcme\u201d, \"count\": 2,}"
}