Input Text
JSON Array
Colon Delimited Text to JSON Array
Some configuration files list values with colons. Rather than copy and edit each entry, you can convert them all to JSON format here.
Paste your colon separated line and click convert. The tool trims whitespace and exports a ready-to-use JSON array so you can move on with your project.
Colon Converter FAQ
Does it support spaced colons?
Yes. Spaces around the colon are trimmed so the final values contain only the text you expect.
Is there a size limit?
The page handles reasonably large lists, but extremely long text may slow older devices.
Can I add more colons manually?
You can edit the output JSON if you need to add or rearrange values after conversion.
Will this run offline?
Yes. Once loaded, the tool continues to function without an internet connection.
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
Semicolon to JSON Array
Convert semicolon 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
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