Closed vldgeorgiev closed 1 year ago
@dougwinsby That would be a good addition, but I won't have time to do it in the coming weeks. There are also other Yaml parsing issues here and there, but I only fixed the immediate ones that I needed for my usage.
While you are in this code, would it be possible to support YAML escape sequences? The specification says to code them like "\u0000" (hex). So the double-quote, for example, would be "\u0022". This would also allow unicode characters. I will create an issue for this if you need to leave it for another time.