What is a .YAML file?
YAML is a human-readable data format often used for configuration files.
- Did you know
- YAML was first released in 2001 as a friendlier alternative to XML for configuration.
- The name originally stood for “Yet Another Markup Language” before being recast as the recursive “YAML Ain’t Markup Language” to stress its data focus.
- Since version 1.2 every valid JSON document is also valid YAML, making YAML a superset of JSON.
- YAML relies on indentation rather than brackets to show structure, which is what gives configuration files their clean, readable look.
- A .YAML file is plain text, so you can open and edit it in any text editor.
- What Analyser shows you
- Preview and inspect HTML, CSS, JavaScript, TypeScript, JSON, YAML, XML, and Markdown source files.
- Open a .YAML file
- Drag a .YAML file onto the Analyser home page (or tap to pick one). It opens entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.