Convert Delimited String to JSON

Sometimes it is required to convert a delimited string to JSON data. This helps you achieve that.

Provide rowseparator and column separator below and then provide the entire delimited sting. The first row is treated as the header and is used to prepare the JSON attribute names.

Note: Default (if nothing is provided) row separator is new line and column separator is ,

Click here to try