clj-yaml
clj-yaml copied to clipboard
Use snakeyaml's constructors and dumpers rather than YAMLCodec.
There's a lot of duplicated logic here, + a second unnecessary tree traversal.
Something like this might be nice:
(yaml/constructor
{:map ...
:list ... })
and support for a limited set of objects construction.