I just open sourced a JavaScript library that may be of interest to 
Clojurists:

    https://github.com/lynaghk/json-tagged-literals

The library lets you serialize/deserialize custom tags in JSON, similar to 
EDN.
We initially used EDN for some projects, but the deserialization 
performance of the ClojureScript reader was too slow (especially on iPhone 
and other mobile devices).

This library takes the philosophy behind EDN and implements it on top of 
JSON.
Thus, it's possible to use the fast native parsers and generators with 
cleaner over-the-wire semantics than vanilla JSON.

While the library can be used from ClojureScript (which we do), it does not 
depend on ClojureScript, so you can use it in vanilla JavaScript apps as 
well with little overhead (it's 2kB).

cheers,

Kevin

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to