A powerful format converter that supports JSON, XML, and YAML formats with features like formatting, minification, and tree view.
- Convert between JSON, XML, and YAML formats
- Format and beautify code
- Minify code
- Interactive tree view for JSON
- AI-powered format fixing with Gemini (pending implementation)
Prerequisites: Node.js and pnpm
- Install dependencies:
pnpm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
pnpm dev