Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 565 Bytes

File metadata and controls

22 lines (14 loc) · 565 Bytes

formatjsonl

Minimal JSON Lines (jsonl) formatter.

formatjsonl.com

What it does

  • 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

Run locally

This project is a static app. From the repo root, start any simple local server, for example:

python3 -m http.server 8000

Then open http://localhost:8000 in your browser.