Json Viewer

Pretty-print, validate, and explore JSON data with tree view and syntax highlighting.

{}

JSON Viewer

왼쪽에서 Raw JSON을 입력/정리하고, 오른쪽 트리 뷰에서 구조를 확인/수정한 뒤 원하는 패널에서 복사하세요.
JSON 파싱 & 포맷팅트리 뷰 탐색인라인 값 편집
Raw JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Valid JSON

Tree Viewer
{6 item(s)object
"id":int
"name":string
"active":boolean
"rating":float
"tags":[3 item(s)array
"[0]":string
"[1]":string
"[2]":string
]
"profile":{3 item(s)object
"owner":string
"retries":int
"nullableField":nullnull
}
}