Which of the following is a YAML example?
a.
{
"user": "root",
"user": "Jason",
"user": "Jamie",
"user": "Luke"
}b.
# HR Employee record Employee1: Name: John Dough Title: Developer Nickname: Mr. DBug
c.
root Jason Jamie Luke
d.
[users[root|Jason|Jamie|Luke]]
Explanation: This is a YAML structure. A YAML file can also begin with three dashes (---).
Related exam: CCNPv8 ENCOR Chapter 29: Do I Know This Already? Quiz Answers
