lancepantz / clj-yaml

YAML encoding and decoding for Clojure via SnakeYAML
Other
91 stars 52 forks source link

use a protocol for encoding/decoding rules #4

Closed mpenet closed 12 years ago

mpenet commented 12 years ago

Hello,

This would allow the encoding/decoding to be more open to new types.

mpenet commented 12 years ago

I also made optional the "keywordisation" of keys

mpenet commented 12 years ago

I also have support for DumperOptions and foundations for more options like that on yaml instances on my fork. Let me know if you are interested, as I don't want to fill this request with too much stuff in case it ever gets merged/reviewed.

Max