Check YAML indentation, mappings, sequences, quotes, and nested structure with a YAML parser.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
A YAML 1.2-compatible loader parses indentation, mappings, sequences, quoted scalars, anchors, and nested structures. Empty input is treated as a valid empty document.
name: my-service
version: 1.0
services:
web:
port: 8080
host: localhost
Valid YAML
Kubernetes manifests, CI configuration, and static-site data validate YAML.