JSON to YAML
YAML is a human-friendly data serialization format often used for configuration files. Converting JSON to YAML makes data more readable, adds comment support, and is required for tools like Docker Compose, Kubernetes, and GitHub Actions.