Skip to content

mansres/json

Repository files navigation

💎 JSON Vision

JSON Vision is a professional-grade, offline-first JSON visualizer and analyzer. It transforms raw, complex JSON data into intuitive, interactive structures, helping developers understand and manage their data with zero friction.

License Build Status Version

🚀 Key Features

  • Interactive Tree View: Explore deeply nested JSON structures with expandable nodes and syntax highlighting.
  • Tabular View: Automatically transform JSON arrays into clean, sortable tables.
  • Live Analysis: Get instant statistics on your data, including object counts, array lengths, and depth.
  • Local & Private: All data is processed locally in your browser. No data is ever uploaded to a server.
  • Modern UI: Built with a sleek Glassmorphism design system for a premium developer experience.
  • Export Ready: Quickly view data summaries and prepare for further processing.

🛠️ Tech Stack

📦 Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/mansres/json.git
    cd json
  2. Install dependencies:

    npm install
  3. Run development server:

    npm run dev
  4. Build for production:

    npm run build

🌐 Deployment

This project is configured for GitHub Pages using a custom GitHub Actions workflow.

  • The workflow is located at .github/workflows/deploy.yml.
  • It automatically builds and deploys the site to the gh-pages branch upon every push to main.
  • Live Site: https://mansres.github.io/json/

🤝 Contributing

Contributions are welcome! If you have suggestions for new features or find bugs, please open an issue or submit a pull request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

👤 Author

Mansoor

⚖️ License

Distributed under the MIT License. See LICENSE for more information.


Built with ❤️ for the developer community.

About

Zero friction JSON data visualization tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors