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.
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.