Sign inSign up

lordmim/simple-json-formatter

By lordmim

•Updated over 1 year ago

A simple json formatter webapp

Image
Languages & frameworks
1

471

lordmim/simple-json-formatter repository overview

⁠JSON Scribe Correct

A modern, user-friendly web app for formatting, validating, and auto-correcting JSON. Built with React, Vite, TypeScript, Tailwind CSS, and shadcn/ui components.

⁠Demo

Screenshot

⁠Derived from my Github

⁠Features

  • Paste, format, and validate JSON in real time
  • Auto-corrects common JSON mistakes (unquoted keys, single quotes, trailing commas, etc.)
  • Python support for converting python's json to real json
  • Helpful error messages and suggestions
  • Copy formatted JSON to clipboard
  • Beautiful, responsive UI with clean visuals
  • No backend required – runs entirely in the browser

⁠Customization

  • Styling: Tailwind config in tailwind.config.ts
  • Component overrides: All UI components are in src/components/ui/
  • Auto-correction logic: See src/components/JSONFormatter.tsx

⁠Easy start

docker run --name simple-json-formatter -d -p 8080:8080 lordmim/simple-json-formatter:latest

⁠License

MIT

⁠Extra

If you enjoy this Formatter, consider giving a ⭐

Tag summary

Content type

Image

Digest

sha256:524c5946a…

Size

201.7 MB

Last updated

over 1 year ago

docker pull lordmim/simple-json-formatter