minimal-yaml
minimal-yaml copied to clipboard
lib can not handle null values
The following is not parsed correctly.
---
foo:
bar:
- 1
It is parsed as if it was:
---
foo:
bar:
- 1