Typical use
Input
name,age
Alice,20
Output
[{"name":"Alice","age":"20"}]
Convert CSV and JSON with quoted-field support.
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.