Paste list values
Enter one string value per line from a sheet, export, editor, or document.
JSON array converter
Turn a copied spreadsheet column or plain-text list into valid JSON. Values are encoded safely with the browser's built-in JSON serializer.
Format tool
Enter one string value per line from a sheet, export, editor, or document.
Use pretty JSON for readability or compact JSON when file size and one-line output matter.
Copy the encoded array into code, configuration, API payloads, or test fixtures.
Create string arrays for fixtures, scripts, and application configuration.
Prepare a valid array of IDs, tags, names, or filters.
Convert a text column into a portable structured format.
No. The tool uses JSON serialization, so quotes, backslashes, and other required characters are escaped correctly.
Every non-empty line is encoded as a JSON string so identifiers with leading zeros are preserved.
Yes. Turn off pretty formatting to produce a single-line JSON array.
Keep working
Convert a column or newline-separated list into comma-separated values. Add quotes, choose a custom delimiter, and copy the result online.
Add text before or after every line in a list. Wrap values in quotes, build URLs, format SQL values, and edit columns in bulk online.
Change every line in a list to uppercase, lowercase, title case, or sentence case. Format keywords, labels, names, and copied columns online.
Remove duplicate lines from a list while preserving the original order. Ignore case, trim whitespace, and clean empty lines instantly in your browser.