A very simple GUI application for editing JSONL files. This tool allows you to load, view, edit, and save JSONL files with ease, making it perfect for data cleaning and manipulation tasks.
- Load and navigate through JSONL files
- Edit individual JSON objects within the file
- Save changes to individual objects or the entire file
- Large, scrollable text area for easy viewing and editing
- UTF-8 support for handling international characters
- Python 3.x
- tkinter
git clone https://github.com/aastroza/simple-jsonl-editor.git
cd simple_jsonl_editor
pip install tk
cd src\simple_jsonl_editor
python editor.py
The entire code was created by Claude 3.5 Sonnet.