YAML and JSON
YAML and JSON are two ways to represent the same structured data. YAML is popular for config files (Docker Compose, Kubernetes, CI); JSON is the lingua franca of APIs. This converter parses one and serializes the other, entirely client-side.