Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.28 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.28 KB

JSON Viewer

A modern, user-friendly JSON viewer and formatter built with React. This tool helps developers visualize, format, and validate JSON data with ease.

Features

  • 🚀 Real-time JSON formatting and validation
  • 💡 Syntax highlighting
  • ⌨️ Auto-formatting on paste
  • 🎨 Clean and modern UI
  • 🔍 Error detection and reporting

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/yourusername/json-viewer.git
  1. Install dependencies
cd json-viewer
npm install
  1. Start the development server
npm start

The application will be available at http://localhost:3000

Usage

  1. Paste your JSON data into the editor
  2. The JSON will be automatically formatted
  3. If there are any syntax errors, they will be highlighted
  4. Use the "Format JSON" button to manually trigger formatting

Built With

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details