K
ken
HomeArticles🕐 Time Converter📋 JSON Tools🖼️ Base64 Image🔑 Password Generator Cron Expression🔤 Case Converter📱 QR Code#️⃣ Hash🔡 Encoding🔍 Regex Tester⚙️ Config Convert🔐 Encrypt/Decrypt

Config Convert

Convert between YAML, JSON, TOML, INI, Properties, .env, and XML

From:
To:
YAML
TOML
Enter content to convert

📖 Config Format Converter Guide

Introduction

The Config Format Converter converts between YAML, JSON, TOML, INI, Properties, .env, and XML formats. Different projects use different config formats — convert between them instantly in your browser.

Features

  • 7 formats: YAML / JSON / TOML / INI / Properties / .env / XML
  • Auto-detect: Recognizes the input format automatically
  • Real-time conversion
  • Mismatch warning: Alerts when input format doesn't match selection

How to Use

  1. Select source format (From)
  2. Select target format (To)
  3. Paste source content on the left
  4. Converted result appears on the right
  5. Double-click to copy

Example

YAML → JSON: server: port: 8080 ↓ {"server":{"port":8080}}

Use Cases

  • Migrating Spring Boot properties to YAML
  • Converting Docker Compose files
  • Cross-project config format migration
  • TOML to .env conversion for deployment