How is the YAML data format structure different from JSON?
- It uses indentations.
- It uses hierarchical levels of nesting.
- It uses brackets and commas.
- It uses end tags.
Answers Explanation & Hints: The structure in YAML is defined by indentations rather than brackets and commas.