YAML
YAML is an indentation-based data format designed for human-edited configuration, supporting comments and anchors that JSON lacks.
Because YAML is whitespace-sensitive and dialects differ, converting to JSON is a quick way to confirm that a config parses to the structure you expected. Continue with What is JSON? for the longer explanation.