clj-yaml icon indicating copy to clipboard operation
clj-yaml copied to clipboard

Use snakeyaml's constructors and dumpers rather than YAMLCodec.

Open startling opened this issue 10 years ago • 1 comments

There's a lot of duplicated logic here, + a second unnecessary tree traversal.

startling avatar Mar 31 '14 21:03 startling

Something like this might be nice:

(yaml/constructor
  {:map ...
   :list ... })

and support for a limited set of objects construction.

startling avatar Apr 01 '14 04:04 startling