minimal-yaml icon indicating copy to clipboard operation
minimal-yaml copied to clipboard

lib can not handle null values

Open borisfaure opened this issue 4 years ago • 0 comments

The following is not parsed correctly.

---
foo:
bar:
  - 1

It is parsed as if it was:

---
foo:
  bar:
    - 1

borisfaure avatar Dec 21 '20 15:12 borisfaure