Text to JSON converter

Convert plain key:value text into structured JSON objects. Each line should be in key: value or key = value format. Runs entirely in your browser.

Text input

JSON output

How text to JSON works

Each line is parsed as a key-value pair split by : or =. Numbers and booleans are automatically typed. Use this to quickly convert config files, notes, or clipboard data into structured JSON.