Input Text
JSON Array
Semicolon Separated Text to JSON Array
Some CSV exports use semicolons instead of commas. This converter quickly transforms those lines into a JSON array without you needing to edit each value by hand.
Paste your list with semicolons between items, hit convert, and each entry is placed inside quotes for a valid array ready to copy. No uploads are required so your data stays private.
Semicolon Converter FAQ
Will empty entries be removed?
Yes. Blank segments between semicolons are ignored so you get a clean JSON array.
Is this tool secure?
Everything runs locally in your browser which means your text is never sent to a server.
Can I edit the result?
The output textarea lets you make quick adjustments before copying the JSON array to your clipboard.
What if my data uses mixed delimiters?
For mixed formats, try the custom delimiter page where you can define any character.
Related Tools
Convert Lines to JSON Array
Turn line break text into a JSON data array
Comma to JSON Array
Convert comma separated text to a JSON array
Tab to JSON Array
Convert tab separated text to a JSON array
Pipe to JSON Array
Convert pipe separated text to a JSON array
Colon to JSON Array
Convert colon separated text to a JSON array
Space to JSON Array
Convert space separated text to a JSON array
Double-space to JSON Array
Convert double-space separated text to a JSON array
Slash to JSON Array
Convert slash separated text to a JSON array
Caret to JSON Array
Convert caret separated text to a JSON array
Tilde to JSON Array
Convert tilde separated text to a JSON array
Custom Delimiter to JSON Array
Convert custom delimiter text to a JSON array