Hello,

weird, I know, but I have keywords in a map like this: 

:first/second 

I want to convert such a keyword to a string and I'm doing this with the 
"name" function. This doesn't work with a slash:

(def x :first/second)
(name x)
"second"

(The reason why I have such keywords at all is that data.json allows me to 
"keywordize" keys from a json map.)

Is there a function that returns the full string "first/second"?  
Or even better: is there a function that transforms a map with keywords to 
a map with Strings as keys? The constraint is that keywords can have a 
slash.

Thx.

- Finn 





-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to