YAML file
— # Favorite movies List using block format
Movies:
- Casablanca
- North by Northwest
- The Man Who Wasn’t There
…
— # Favorite movies List in in-line format
[Casablanca, North by Northwest, The Man Who Wasn’t There]
…
# Example of a YAML Dictionary
—
Employee1:
Name: John Doe
Title: Developer
Nickname: Mr Debug
Employee1:
Name: John Doe
Title: Developer
Nickname: Mr Debug
Skills:
- Python
- YAML
- JSON
…
XML file
JSON file
YANG output
Look for keywords ‘Container’ and ‘Leaf’
NETCONF file
RESTCONF
Python script