JSON 도구

JSON 뷰어

접을 수 있는 트리에서 JSON을 탐색하고 경로를 검색하거나 값을 복사합니다.

Input JSON

All data is processed locally in your browser. Nothing is uploaded or sent to analytics.

대부분의 도구는 브라우저에서 로컬로 처리합니다. 배경 제거는 선택한 이미지를 서버에서 처리한 뒤 원본을 삭제합니다.

사용 방법

  1. Paste JSON or load a file and choose Validate.
  2. Use the search box to filter keys, values and paths.
  3. Expand or collapse nodes and copy a node when you need it.

이런 경우에 유용합니다

  • Inspecting API payloads
  • Finding a nested field
  • Learning JSON structure

알아둘 점

Very large arrays are rendered progressively by the browser; search is case-insensitive text matching.

자주 묻는 질문

What path format is shown?

Objects use dot notation and arrays use indexes, for example $.users[0].name.

Can I copy a whole node?

Yes. Each tree row has a Copy button for its JSON value.

함께 사용해 보세요