fcl-yaml incorrectly processes the yaml file
<!-- choose in the Description drop down box above one of the templates to avoid required information in your issue report is missing -->
Machine translation is used.
Hello
I am testing fcl-yaml using the yaml2json example. For tests, I take yaml files at [https://abf.rosa.ru/soft/web-store-database](https://abf.rosa.ru/soft/web-store-database#?path=database). When processing the app.yml file from the qbittorrent directory, the error
```
An unhandled exception occurred at $000000000044E03F:
EAccessViolation: Access violation
$000000000044E03F.
```
The app file I have checked the validity of the yml, it is formatted correctly. Experimentally, I found that if at the end of the app.yml file you add a value, the error disappears and the program works correctly.
Not working
[app.yml](/uploads/48087bec00106a1fd7b65a7a176f5bb6/app.yml)
Working
[app2.yml](/uploads/7153e3eaa7ecb4be247515d2835bcda3/app2.yml)
issue