SpechtLite
SpechtLite copied to clipboard
The yaml parser is too strict
Arrays without indent cannot be parsed correctly
For example
adapter:
- id: adapter1
host: blabla
- id: adapter2
host: blabla
cannot be parsed correctly.
Make sure the indent of host
is correct.
And current YAML parser may be not a standard one, I guess.