코드, 데이터 및 QR 도구

JSON Tree 뷰어

「JSON Tree 뷰어」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Standard JSON only, up to 2 MB. Parsing and viewing happen locally in your browser.

Paste JSON to begin.

사용 방법

사용 방법

  1. Paste a JSON object or array into the editor.
  2. Select View JSON tree to parse the value locally.
  3. Expand or collapse branches and copy a path when you need to reference a value.

Readable nested data

Objects and arrays are rendered as expandable branches with property names, array indexes, primitive types, and compact values. Long strings are trimmed in the tree while the full value remains available in its path.

Private browser processing

The viewer uses JSON.parse in your browser and never sends pasted content to a server. Input is limited to 2 MB so large documents remain responsive.

자주 묻는 질문

더 알아보기

Can I view arrays as well as objects?

Yes. Array items appear with numeric indexes and can contain their own nested objects or arrays.

Can I copy a value path?

Yes. Select Copy path on any tree row to copy a JSONPath-like reference such as $.users[0].name.

Is my JSON uploaded?

No. Parsing and rendering happen locally in your browser.