Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSONBB ViewerNew to Visual Studio Code? Get it now.
JSONBB Viewer

JSONBB Viewer

Yaron Avital

|
5 installs
| (1) | Free
View Base64-encoded JSON (.jsonbb files) in a custom editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

📦 JSONBB Viewer

JSONBB 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:

eyJoZWxsbyI6ICJ3b3JsZCJ9

JSONBB Viewer displays:

{
  "hello": "world"
}

🔌 How to Use

Install JSONBB Viewer

Open any .jsonbb file in VS Code

That’s it! The viewer decodes and renders automatically.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft