Implicit Keys
- What's an implicit Mapping Key?
- Most of the YAML you are working with is probably using implicit keys
---
key1: a
"key2": b
'key3': c
- But implicit keys are limited:
- Must be on one line (and only up to 1024 characters)
- Can only be scalars or flow nodes