YAML to JSON Converter

Convert YAML format to JSON. Supports objects, arrays, booleans, null values, and nested structures with real-time validation.

YAML Input

Reference

YAML Syntax
Key: value - Simple pair
- item - Array items
true/false/null - Special values
# comment - Comments