mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-11 18:56:49 +00:00
d64184c025
* Parser: Properly support explicit keys in flow style. * Parser: Properly support object tags in flow style. * Serializer: Basic support for tuples. * Serializer: Properly parse int and bool types when given as string with explicit tag.