Guides
Practical how-tos for turning YAML files into clean spreadsheets.
YAML vs JSON: Which Format When (and How to Convert)
The practical differences between YAML and JSON — readability, comments, anchors, gotchas — and instant conversion both ways.
YAML Gotchas: The Norway Problem and Other Silent Type Bugs
Why 'no' becomes false, '1.10' becomes 1.1, and other YAML implicit-typing traps — and how converting to JSON exposes them instantly.
Convert Kubernetes Manifests Between YAML and JSON
kubectl accepts both — here's when JSON manifests help, and how to convert multi-document YAML cleanly.