Text to JSON Array
Convert plain text (one item per line) to a formatted JSON array.
How to Use
- Paste your text in the input area (one item per line)
- Each line will become a string element in a JSON array
- Output is properly formatted and indented
- Copy the JSON result
Use cases: Creating JSON data, formatting for APIs, preparing configuration files.