Skip to content

JSON5 포맷터

무료 JSON5 포맷터. 주석, 후행 쉼표 및 기타 완화된 구문을 포함하는 JSON을 수락하고 엄격한 JSON을 출력합니다. 사양에서 벗어난 구성 파일에 유용합니다.

Runs in your browserUpdated Apr 26, 2026

JSON5 Input

Output

자주 묻는 질문

What is JSON5?

A superset of JSON that allows comments, trailing commas, unquoted keys and a few other conveniences. It's the format of many config files (tsconfig, devcontainer, babel) and drift-prone hand-edited JSON.

Does it handle single-quoted strings?

This tool handles the most common JSON5 drift — `// comments`, `/* block comments */` and trailing commas. For the full JSON5 spec (unquoted keys, single quotes, hex numbers) paste into a proper JSON5 parser locally.

What does the output look like?

Strict, spec-compliant JSON — 2-space indented. Safe to feed to any JSON.parse or schema validator.

Is it free?

Yes — fully free, in-browser, no signup.

사람들이 다음도 검색합니다.