Data FormatsLOCALRuns in your browser
Text ⇄ JSON Array
Turn a list of lines into a JSON array, or expand a JSON array back into lines, in the browser.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
How it works
Lines → JSON wraps each line as an array element. Type inference turns bare numbers, true, false, and null into JSON values instead of strings. JSON → lines writes one element per line; non-string elements are shown as compact JSON.