Online tool

JSON Pretty

Minified JSON을 읽기 쉬운 구조로 정리하고, indentation과 key 정렬을 선택해 바로 복사할 수 있습니다.

JSON status
Valid JSON

Input

164 chars

Output

247 chars

Type

Object

Input JSON
164 chars

17 formatted lines

Formatted Output
247 chars
1
{
2
"name": "GearLabs",
3
"tools": [
4
{
5
"slug": "timestamp",
6
"active": true
7
},
8
{
9
"slug": "json-pretty",
10
"active": true
11
}
12
],
13
"meta": {
14
"owner": "gearlabs",
15
"createdAt": "2026-07-08T00:00:00Z"
16
}
17
}
Pretty print
Adds whitespace, indentation, and line breaks without changing the JSON data.
Sort keys
Alphabetical object keys make config diffs easier to compare.
Minify
Compresses valid JSON back to a compact transfer-friendly string.