|
| 1 | +# JSON Prettier |
| 2 | + |
| 3 | +<div align="center"> |
| 4 | + <img src="src-tauri/icons/icon.png" alt="JSON Prettier Logo" width="128" height="128"> |
| 5 | + |
| 6 | + [](https://github.com/rebase/json-prettier) |
| 7 | + [](LICENSE) |
| 8 | +</div> |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +<div align="center"> |
| 13 | + <table> |
| 14 | + <tr> |
| 15 | + <td width="33%" align="center"> |
| 16 | + <img src="docs/images/main-interface.png" alt="Main Interface" width="100%" style="margin-bottom: 5px;"> |
| 17 | + <br> |
| 18 | + <strong>Main Interface</strong> |
| 19 | + </td> |
| 20 | + <td width="33%" align="center"> |
| 21 | + <img src="docs/images/dark-theme.png" alt="Dark Theme" width="100%" style="margin-bottom: 5px;"> |
| 22 | + <br> |
| 23 | + <strong>Dark Theme</strong> |
| 24 | + </td> |
| 25 | + <td width="33%" align="center"> |
| 26 | + <img src="docs/images/settings-panel.png" alt="Settings Panel" width="100%" style="margin-bottom: 5px;"> |
| 27 | + <br> |
| 28 | + <strong>Settings Panel</strong> |
| 29 | + </td> |
| 30 | + </tr> |
| 31 | + </table> |
| 32 | +</div> |
| 33 | + |
| 34 | +## 📥 Download |
| 35 | + |
| 36 | +<div align="center"> |
| 37 | + <table> |
| 38 | + <tr> |
| 39 | + <td align="center" width="33%"> |
| 40 | + <img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg" alt="macOS" width="40" height="40"> |
| 41 | + <br> |
| 42 | + <strong>macOS</strong> |
| 43 | + <br> |
| 44 | + <a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.0_aarch64.dmg">Apple Silicon (M1/M2)</a> |
| 45 | + <br> |
| 46 | + <a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.0_x64.dmg">Intel</a> |
| 47 | + </td> |
| 48 | + <td align="center" width="33%"> |
| 49 | + <img src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg" alt="Windows" width="40" height="40"> |
| 50 | + <br> |
| 51 | + <strong>Windows</strong> |
| 52 | + <br> |
| 53 | + <a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.0_x64-setup.exe">Setup (.exe)</a> |
| 54 | + <br> |
| 55 | + <a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.0_x64.msi">MSI Installer</a> |
| 56 | + </td> |
| 57 | + <td align="center" width="33%"> |
| 58 | + <img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg" alt="Linux" width="40" height="40"> |
| 59 | + <br> |
| 60 | + <strong>Linux</strong> |
| 61 | + <br> |
| 62 | + <a href="https://github.com/rebase/json-prettier/releases/latest/download/json-prettier_0.1.0_amd64.AppImage">AppImage</a> |
| 63 | + <br> |
| 64 | + <a href="https://github.com/rebase/json-prettier/releases/latest/download/json-prettier_0.1.0_amd64.deb">Debian (.deb)</a> |
| 65 | + </td> |
| 66 | + </tr> |
| 67 | + </table> |
| 68 | +</div> |
| 69 | + |
| 70 | +> **macOS Users**: You may see an "untrusted developer" warning on first launch. |
| 71 | +> Right-click the app and select "Open" to bypass this. See our [Installation Guide](INSTALLATION.md) for details. |
| 72 | +
|
| 73 | +--- |
| 74 | + |
| 75 | +## 📝 What is JSON Prettier? |
| 76 | + |
| 77 | +JSON Prettier is a simple desktop app that makes messy JSON data look clean and organized. Whether you're a developer, data analyst, or just someone who works with JSON files, this app will help you format and read JSON data easily. |
| 78 | + |
| 79 | +## ✨ Features |
| 80 | + |
| 81 | +- 📂 **Open JSON files** - Load JSON from your computer |
| 82 | +- 💾 **Save formatted JSON** - Export cleaned up data |
| 83 | +- 🔄 **Auto-save settings** - Remembers your preferences |
| 84 | +- 🌙 **Dark/Light themes** - Choose your preferred look |
| 85 | +- 📋 **Copy/Paste support** - Quick text operations |
| 86 | +- 🎨 **Syntax highlighting** - Easy to read colored JSON |
| 87 | +- ⚡ **Fast formatting** - Instant JSON beautification |
| 88 | + |
| 89 | +## 🐛 Something Not Working? |
| 90 | + |
| 91 | +Found a problem? Let us know! Go to our [Issues page](https://github.com/rebase/json-prettier/issues) and tell us: |
| 92 | + |
| 93 | +- What computer you're using (Mac, Windows, Linux) |
| 94 | +- What version of the app you have |
| 95 | +- What you were trying to do |
| 96 | +- What happened vs what you expected |
| 97 | +- A screenshot if possible |
| 98 | + |
| 99 | +## 🛠️ For Developers |
| 100 | + |
| 101 | +Want to contribute or build from source? Check out our [Development Guide](DEVELOPMENT.md) |
| 102 | + |
| 103 | +<div align="center"> |
| 104 | + ⭐ If you find this project useful, please give it a star! |
| 105 | +</div> |
0 commit comments