CSV에서 JSON로 변환
스프레드시트의 행을 코드나 API가 바로 다룰 수 있는 구조화된 JSON으로 바꿔 보세요.
원본
To
CSV
Rows and columns as plain text. The universal exchange format for spreadsheets and tabular data.
JSON
The data format of the web. Structured, readable, and understood by every programming language.