CSV to JSON
Convert CSV into a JSON array of objects.
입력
출력
Convert CSV (first row as headers) into a JSON array of objects. Quoted fields are supported.
사용 방법
- Paste CSV with a header row.
- The JSON generates automatically.
- Copy the result.
자주 묻는 질문
- Are quoted fields supported?
- Yes, standard CSV quoting is handled.
- What are the types?
- All values are strings; convert types afterwards if needed.