JSON 도구

CSV에서 JSON으로

구분자와 인용 필드를 자동 감지해 CSV를 JSON으로 변환합니다.

CSV

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

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

사용 방법

  1. Paste CSV or choose a .csv file.
  2. Let the tool detect commas, semicolons or tabs, or choose one manually.
  3. Choose headers, type inference and output shape, then convert and download JSON.

이런 경우에 유용합니다

  • Loading spreadsheet exports
  • Preparing data for an API
  • Turning a table into test fixtures

알아둘 점

When no header exists, generated names such as Column 1 are used. Automatic type inference can change a value’s type.

자주 묻는 질문

Are multiline CSV cells supported?

Yes. Quoted cells may contain commas, quotes and line breaks.

Can every value remain a string?

Turn off type inference to preserve all cell values as strings.

함께 사용해 보세요