jimmiebergmann / mini-yaml

Single header YAML 1.0 C++11 serializer/deserializer.
MIT License
221 stars 41 forks source link

Two issues #11

Open kaiy13387 opened 4 years ago

kaiy13387 commented 4 years ago

Hi,

When I try to use this yaml parser, I met two issues:

  1. no value defined for a key in my yaml, like: comment:
  2. value is empty string, like comment: "" The above two will cause fatal error.

Thanks