# JSON to TOON Converter

## Usage

1. Run `devtui` to open the main menu
2. Select "JSON to TOON Converter" from the list
3. Use the key bindings below to interact with the tool
4. Press `q` or `Ctrl+C` to return to the main menu

## Key Bindings

| Key | Action |
|-----|--------|
| `c` | copy TOON |
| `e` | edit JSON |
| `v` | paste JSON to convert |
| `i` | toggle indent (current: %d) |
| `l` | toggle length marker (current: %s) |
| `q/ctrl+c` | quit |
