If empty gets read as `null`, it should at least optionally be possible to also write `null` as empty. ``` $ dump(load("something: ")) something: null ```
If empty gets read as
null, it should at least optionally be possible to also writenullas empty.