A simple and fast web app to validate, parse, and pretty-print JSON data in real-time. Built with React and Vite, deployed on Netlify.
Live Demo: https://jsonparser-jprsr.netlify.app
- Validate JSON syntax instantly
- Pretty-print JSON with proper indentation
- Shows clear error messages for invalid JSON
- Minimal and responsive UI
- Frontend:Javascript, Vite
- Styling: CSS
- Deployment: Netlify
Clone and run locally:
git clone https://github.com/swapna-shree/json-parser.git
cd json-parser
npm install
npm run dev