Skip to content

jonasfroeller/json-sorter

Repository files navigation

JSON Sorter

A web application that allows you to sort and visualize JSON data with ease.

Features

  • Paste and validate JSON data
  • View data in both table and JSON formats
  • Multi-level sorting capabilities
  • Automatic type detection for numeric sorting
  • Copy sorted JSON to clipboard

Tech Stack

  • Vite
  • React 18
  • TypeScript
  • Tailwind CSS
  • Lucide React (for icons)

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint