yogthos / json-html

Provide EDN/JSON and get a DOM node with a human representation of the data
MIT License
162 stars 15 forks source link

keys might not be keywords. Use 'render' instead of 'render-keyword' #3

Closed Frozenlock closed 9 years ago

Frozenlock commented 9 years ago

This seems to fix the problem with keys that aren't keywords, like this:

{[1 2] "some value"}
yogthos commented 9 years ago

awesome thanks! I'll push out a new version tonight

yogthos commented 9 years ago

@Frozenlock ok pushed out 0.2.6 with the changes, hopefully right well now :)