You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: