Typical use
Input
name,age
Alice,20
Output
[{"name":"Alice","age":"20"}]
CSV 도구 모음을(를) 온라인에서 빠르게 사용합니다.
Use this page to convert between CSV and JSON. It focuses on CSV table data or a JSON array and produces JSON data or CSV text.
name,age
Alice,20
[{"name":"Alice","age":"20"}]
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.