JSON 수리

후행 쉼표, 작은따옴표, 주석 및 기타 일반적인 JSON 문제를 수정하세요.

무료 온라인 JSON 수리 도구

AI 모델의 잘못된 JSON, 복사하여 붙여넣은 JavaScript 또는 직접 편집한 구성은 실망스럽습니다. Dokall의 JSON 복구 도구는 일반적인 구문 문제를 자동으로 수정하고 유효하고 예쁘게 인쇄된 JSON을 반환합니다.

깨진 JSON을 붙여넣고 복구를 클릭한 후 결과를 복사합니다. 이 도구에는 후행 쉼표 제거, 따옴표 정규화, 괄호 닫힘 등 수정된 사항이 나열되어 있습니다. 모든 처리는 브라우저에서 실행됩니다.

Frequently Asked Questions

What JSON errors can this tool fix?
Common fixes include trailing commas, single-quoted strings, unquoted keys, JavaScript-style comments, markdown code fences around JSON, and truncated output from LLMs. The tool lists every fix it applied so you can review the changes.
Can it fix JSON from ChatGPT or other AI models?
Yes. LLM output frequently includes trailing commas, markdown wrappers (```json), and comments - all invalid in strict JSON. Paste the raw output and Dokall repairs it into valid, pretty-printed JSON.
Is repaired JSON always correct?
The tool fixes syntax errors, not semantic errors. A repaired file is valid JSON, but the data might still be wrong - missing fields, incorrect types, or truncated values. Always review the output, especially for AI-generated content.
What is the difference between JSON repair and JSON format?
The JSON formatter validates and pretty-prints already-valid JSON. JSON repair fixes broken syntax first, then formats. Use repair when JSON.parse() throws an error; use the formatter when your JSON is valid but minified or hard to read.
Is my data sent to a server?
No. Repair runs entirely in your browser. Your JSON - including API keys, user data, and configs - never leaves your device.