Closed Mr-S-Mirzoev closed 1 year ago
Thanks for reporting.
For the record, empty keys are supported: all of {"": ""}
, "": ""
and {m: {"":""}}
are parsed correctly (and notice the latter is the flow-style equivalent of your example) .
Instead, what you are seeing is a parse failure . Allow some time for investigating and fixing.
Unlike in most other parsers, empty keys are not supported by ryml.
It is a strange case, but unfortunately, it appeared helpful in one of our company's endeavours.