📦 JSONBB ViewerJSONBB Viewer is a VS Code extension that automatically decodes and displays .jsonbb files — JSON content encoded in Base64. No manual decoding required. Just open the file and read the formatted JSON instantly. ✅ ✨ Features🧩 Automatically recognizes .jsonbb files 🔓 Decodes Base64 → JSON 📖 Pretty-printed + syntax-highlighted JSON view 📄 Read-only protection to avoid accidental corruption ⚡ Opens instantly like a normal text file Perfect for logs, embedded configs, and APIs storing JSON as Base64. 📝 Example A .jsonbb file contains something like:
JSONBB Viewer displays:
🔌 How to UseInstall JSONBB Viewer Open any .jsonbb file in VS Code That’s it! The viewer decodes and renders automatically. |