jpsim / Yams

A Sweet and Swifty YAML parser.
https://jpsim.com/Yams
MIT License
1.12k stars 144 forks source link

Empty keys cannot be decoded #404

Open ffried opened 10 months ago

ffried commented 10 months ago

I have the following YAML:

root:
  :
    - sub: value1
  other:
    - sub: value2

Which according to YAML Lint is valid.

But Yams fails to decode it with the following error:

2:3: error: parser: while parsing a block mapping in line 2, column 3
did not find expected key:
  :
  ^)))