Text to JSON Array

Convert plain text (one item per line) to a formatted JSON array.

Lines: 0 | Words: 0 | Characters: 0

Lines: 0 | Words: 0 | Characters: 0

How to Use

  1. Paste your text in the input area (one item per line)
  2. Each line will become a string element in a JSON array
  3. Output is properly formatted and indented
  4. Copy the JSON result

Use cases: Creating JSON data, formatting for APIs, preparing configuration files.