On Sep 6, 2012, at 11:56 PM, David Nolen wrote: > On Thursday, September 6, 2012, Rich Hickey wrote: > I've started to document a subset of Clojure's data format in an effort to > get it more widely used as a data exchange format, e.g. as an alternative to > JSON. > > Please have a look: > > https://github.com/richhickey/edn > > Rich > > So will colons become whitespace in maps so the JSON using hordes have an > easy upgrade path? ;) >
I was waiting for that :) As we've discussed, I think they should be accepted between key and value (whitespace is not quite right, not looking to support {a : : : b}). One ambiguity created is {"foo" :true} ;;boolean or keyword? Rich -- 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