jsedn icon indicating copy to clipboard operation
jsedn copied to clipboard

Read me example throws error

Open nateabele opened this issue 6 years ago • 0 comments

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 :

nateabele avatar Mar 11 '19 15:03 nateabele