Convert YAML to JSON and back.
YAML is the format of choice for human-edited config — Kubernetes manifests, CI pipelines, OpenAPI specs. Tools here move data between YAML and JSON, validate structure, and surface the gotchas that trip teams up (anchors, multi-doc files, key-order loss on round-trip).