JSON 도구

JSON에서 CSV로

JSON 객체나 배열을 평탄화해 미리보기와 함께 CSV로 변환합니다.

Input JSON

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

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

사용 방법

  1. Paste JSON or choose a file containing an object array.
  2. Choose a delimiter, flattening and array handling options.
  3. Preview the first rows, copy CSV or download it with an optional BOM.

이런 경우에 유용합니다

  • Moving API data to spreadsheets
  • Creating a quick report
  • Exporting nested records

알아둘 점

A flat table cannot preserve every nested relationship. Array values can be kept as JSON, joined or ignored.

자주 묻는 질문

Are commas and quotes escaped?

Yes. Cells containing delimiters, quotes or newlines are quoted using standard CSV escaping.

Why add a BOM?

Some Excel versions use a UTF-8 BOM to detect Chinese and other non-ASCII text.

함께 사용해 보세요