https://github.com/luckfunc/json-formatter
format json tool
https://github.com/luckfunc/json-formatter
Last synced: 5 months ago
JSON representation
format json tool
- Host: GitHub
- URL: https://github.com/luckfunc/json-formatter
- Owner: luckfunc
- Created: 2024-11-24T10:45:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T09:59:27.000Z (11 months ago)
- Last Synced: 2025-08-07T16:35:53.252Z (10 months ago)
- Language: TypeScript
- Homepage: https://json.const.site
- Size: 197 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Formatter
A beautiful, fast, and reliable JSON formatter with syntax highlighting.
## Preview

## Features
- JSON formatting and validation
- JSON minification
- Copy to clipboard
- Download formatted JSON
- Dark/Light theme toggle
- Responsive design
- Syntax highlighting with Monaco Editor
## Development
This project uses pnpm as the package manager.
### Install dependencies
```bash
pnpm install
```
### Start development server
```bash
pnpm dev
```
### Build for production
```bash
pnpm build
```
### Preview production build
```bash
pnpm preview
```
### Linting
```bash
pnpm lint # Check for issues
pnpm lint:fix # Fix auto-fixable issues
```
## Tech Stack
- React 18
- TypeScript
- Vite
- Less
- Monaco Editor
- ESLint
## License
MIT