Input Text
JSON Array
Double Space Text to JSON Array
Data copied from PDFs or formatted documents may use two spaces to separate words. Paste that text here and convert it directly into a JSON array.
The tool splits on two consecutive spaces, removes extra whitespace and creates an array you can copy straight into your project.
Double Space Converter FAQ
Why handle double spaces?
Double spaces appear in some documents where a single space is not enough. This converter splits on two spaces exactly.
Is the conversion local?
Yes. Your text is never uploaded or stored anywhere.
What if there are tabs?
Tabs are treated as characters, so run the text through the tab converter if needed.
Does it remove extra spaces?
The tool trims leading and trailing spaces from each item but keeps the intended separation between values.
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
Colon to JSON Array
Convert colon separated text to a JSON array
Space to JSON Array
Convert 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