This is a free converter to convert any json file or code to yaml format
JSON a lightweight data-interchange format mainly used for storing and exchanging data between applications (especially web APIs). It is based on key–value pairs and uses {}, [], commas, and quotes.
YAML a human-readable configuration language, often used for configuration files and DevOps tools. It uses indentation & spacing instead of braces/commas, making it cleaner.
YAML is More readable and concise than JSON, Supports comments (using #), Widely used in Kubernetes, Docker, Ansible, GitHub Actions, CI/CD pipelines, Better for humans to edit, but harder for strict parsing compared to JSON. hence it is used in modern tools and containers