YAML0 chars · 0 lines
JSON0 chars · 0 lines
YAML and JSON bidirectional converter. Handles complex nesting, arrays, objects, strings, numbers, booleans, null, comments (lost on YAML→JSON), YAML multi-documents (--- separators), anchors and references (&anchor / *ref), multiline strings (| preserves newlines, > folds whitespace). Common in Kubernetes manifests, CI configs (GitHub Actions / GitLab CI), Docker Compose, application config (Spring Boot application.yml). All conversion runs locally.
K8s manifests, CI configs, Docker Compose, Spring Boot configs, OpenAPI docs. Ops, backend, DevOps. Multi-document support, anchor expansion, multiline string handling are the differentiators.