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

Enable decode of java.util.ArrayList as vector instead of list

Open dcj opened this issue 10 years ago • 1 comments

If replacing the current behavior is acceptable, then the change is

java.util.ArrayList
  (decode [data]
    (mapv decode data))

If replacing current behavior isn't acceptable, then provide a way to optionally select this behavior...

dcj avatar Jan 18 '15 03:01 dcj

I made a fork which returns vectors when parsing java.util.ArrayList

https://github.com/owainlewis/yaml

owainlewis avatar Aug 15 '15 08:08 owainlewis