🍋
Menu
🍋 Format Tools

YAML ↔ JSON Converter

Free Browser-only No sign-up
chars words sentences lines

Results

Result

About YAML ↔ JSON Converter

Convert between YAML and JSON formats. Auto-detects input format and converts to the other with proper formatting.

How It Works

Paste YAML or JSON text — format is auto-detected and converted to the other format with proper indentation.

Frequently Asked Questions

How is YAML different from JSON?
YAML uses indentation instead of braces, supports comments, and is more human-readable. JSON is more machine-friendly and widely supported in APIs.
Does conversion lose any data?
Basic conversions are lossless. YAML comments are lost when converting to JSON since JSON doesn't support comments.