Converters & Formatters

Reshape data from one form into another without leaving the browser.

Column to Comma Separated List

Join one-per-line values into a single delimited line, with presets for SQL, JSON and Python.

Open tool →

Comma Separated List to Column

Split any delimited text into one item per line; separator detected automatically.

Open tool →

JSON Formatter & Validator

Beautify or minify JSON and see exactly where a syntax error is.

Open tool →

Python Dict to JSON

Paste a printed Python dict and get valid JSON with proper quotes, true/false and null.

Open tool →