If sub-doc contains a comment, it's not empty, but when
loaded into JSON it yields `nil` which should be skipped, as
`Unstructured` can't load from such object.
E.g.:
```
---
# Some comment
---
```
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>