Paste your JSON and it is rewritten as neatly indented YAML you can copy into config files or manifests.
YAML is more human-readable for configuration and is the format used by Docker Compose, Kubernetes and many CI systems.
Yes — numbers, booleans, null and nested structures are represented with correct YAML syntax.
Nested objects and arrays are indented with spaces following YAML conventions, since YAML does not allow tabs.