Convert Double-space Text to JSON Array

Convert double-space separated text to a JSON data array

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.