Skip to content

rvanbaalen/json-beautify

Repository files navigation

JSON Beautifier

A simple, client-side JSON beautifier tool built with React, Tailwind CSS, and shadcn/ui.

Features

  • Paste JSON: Enter or paste your JSON data
  • Beautify: Click to format your JSON with perfect indentation
  • Multiple Presets: Choose from various formatting presets:
    • Standard (2 spaces)
    • Compact (minified)
    • Expanded (4 spaces)
    • Tab indented
    • Sorted keys (2 spaces)
    • Sorted keys (4 spaces)
  • Copy to Clipboard: One-click copy of formatted output
  • Privacy First: All processing happens in your browser - no data sent to servers

Tech Stack

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Deployment

This project is automatically deployed to GitHub Pages when changes are pushed to the main branch.

License

MIT

About

Client side json beautifier

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors