Convert between YAML and JSON formats
• YAML: Human-readable data serialization format, commonly used for configuration files
• JSON: Lightweight data interchange format, widely used in APIs and web applications
• Convert between formats for compatibility and readability
• Supports nested objects, arrays, strings, numbers, and booleans