This example from the readme: ``` edn.parse("{:x 300 y: 800}").map(function(val, key){ return new edn.Pair(edn.kw("#{key}-squared"), val * val); }); ``` Throws `Error: keyword must start with a :`