Aliases
- Another feature YAML has to offer are aliases/anchors
 - If you feed the Dumper data with the same reference used multiple times
 - it will only be serialized once and loaded back as a reference
 - It even supports cyclic references
 - This can lead to memory leaks when loading untrusted YAML
 - YAML::PP supports disabling cyclic refs
 
 
Slide 12/28
BACK
UP
NEXT
next: ( space / -> / page up ) | previous: ( backspace / <- / page down ) |
next page: ( shift + page down ) | previous page: ( shift + page up ) |
index: ( arrow-up )