빠른 시작
-
Paste JSON
Both objects and arrays are supported.
-
Choose indentation
Pick 2 or 4 spaces to match your team style.
-
Format or minify
Invalid JSON returns clear parse errors.
Ideal for API debugging, config checks, and log cleanup. Paste JSON then format or minify in one click.
개인 정보 보호: 로컬로 처리되고, 결코 업로드하지 않습니다.
↓ 아래의 입력 영역에 결결과를 즉시 볼 수 있습니다.
粘贴后点击格式化、压缩或校验按钮。
Ideal for API debugging, config checks, and log cleanup. Paste JSON then format or minify in one click.
Paste JSON
Both objects and arrays are supported.
Choose indentation
Pick 2 or 4 spaces to match your team style.
Format or minify
Invalid JSON returns clear parse errors.
Use format mode when you need readable API responses and nested structures.
Use minify mode when storing JSON in env vars or reducing payload size.
Input
{"name":"towalles","tools":3,"ready":true} Output
{
"name": "towalles",
"tools": 3,
"ready": true
} Usually trailing commas, missing quotes, or bracket mismatch.
Currently only strict JSON is supported.