asmyczek / simple-avro

Clojure wrapper for Avro schema and serialization
Apache License 2.0
14 stars 5 forks source link

can not pack keyword as key #2

Open robertluo opened 13 years ago

robertluo commented 13 years ago

The example in README.md can not work, current version can only pack {"fname" "foo", "lname" "bar"}, not {:fname "foo", :lname "bar"}

Roxxi commented 12 years ago

I have fixed this in my fork of simple-avro