exilon / QuickLib

Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Json and Yml Config and Options pattern, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Apache License 2.0
639 stars 187 forks source link

Yaml fixes #113

Closed vldgeorgiev closed 1 year ago

dougwinsby commented 1 year ago

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.

vldgeorgiev commented 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.