aboutsummaryrefslogtreecommitdiff
path: root/src/main/clojure/clojure/contrib/json.clj
AgeCommit message (Collapse)Author
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.
2010-07-23use the 1.2 metadata reader macro ^ instead of #^Aaron Bedra and Stuart Halloway
2010-03-19fix PushbackReader bugThe Stuarts
2010-02-11c.c.json: change references from c.c.java to c.c.stringStuart Sierra
2010-02-10c.c.json: add pretty printingStuart Sierra
2010-02-10json: factor out remaining printer functions as defnsStuart Sierra
2010-02-01Change ns names for all renamed libs except str-utilsStuart Sierra
2010-01-31c.c.json: use PrintWriter directly; even fasterStuart Sierra
2010-01-31c.c.json: reorganize around extendStuart Sierra
Simpler & less repetitive than extend-protocol in this case.
2010-01-31new c.c.json: fix 1 reflective callStuart Sierra
2010-01-31Add c.c.json; replacement for c.c.json.read & c.c.json.writeStuart Sierra
* New library uses protocols. * read-json accepts any String or Reader. * read-json keywordizes keys by default.