{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
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.