Minimal JSON Lines (jsonl) formatter.
- Paste raw JSONL and auto-format it as you type
- Upload or drag and drop files containing valid JSONL or JSON, including
.jsonl,.ndjson, or.json - Insert sample JSONL for quick testing
- Copy the formatted output back to your clipboard
This project is a static app. From the repo root, start any simple local server, for example:
python3 -m http.server 8000Then open http://localhost:8000 in your browser.