* Is there any reason I should consider staying with JSON, assuming this API will not be consumed elsewhere?
* How complex is the changeover on both client and server sides?
* Are there any other caveats I might want to consider?
--
Note that posts from new members are moderated - please be patient with your first post.
---
You received this message because you are subscribed to the Google Groups "ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojurescrip...@googlegroups.com.
To post to this group, send email to clojur...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.
You received this message because you are subscribed to a topic in the Google Groups "ClojureScript" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojurescript/bnS4vIUjUu0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojurescrip...@googlegroups.com.
To post to this group, send email to clojur...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.
Right, one more thing I've noticed is that you might see quirks with the cljs.reader. Some character literal types are not supported, ie octal (though fairly trivial to patch) and some slight differences such as char literals converted to strings.