Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 JSONify

JSON Formatter & Viewer built with Python and Tkinter

Python Tkinter License


✨ Features

Feature Description
🎨 Syntax highlighting Keys, strings, numbers, booleans and null in different colors
🌳 Tree viewer Navigate your JSON as a collapsible tree
Validation Clear error messages with line and column info
📂 Load & Save Open any .json file and save the formatted result
📋 Copy to clipboard One click to copy the formatted JSON
⌨️ Keyboard shortcuts Ctrl+Enter to format, Ctrl+O to open, Ctrl+S to save
📊 Stats bar Live line and character counter

📸 Screenshots


🚀 Getting Started

# Clone the repository
git clone https://github.com/iarazuska/JSONify.git

# Navigate to project folder
cd JSONify

# Run the app
python main.py

No external dependencies needed. Just Python 3.10+


⌨️ Keyboard Shortcuts

Shortcut Action
Ctrl + Enter Format JSON
Ctrl + O Open file
Ctrl + S Save result

🛠️ Tech Stack

Technology Purpose
Python 3.12 Core language
Tkinter GUI framework
json (built-in) JSON parsing

About

JSON Formatter & Viewer built with Python and Tkinter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages