0 votes
in JSON by
How do you do block comments in YAML?

1 Answer

0 votes
by

YAML supports inline comments, but does not support block comments

# If you want to write
# a block-commented Haiku
# you'll need three pound signs
...