aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/json/write.clj
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-05-14json/write.clj: use StringBuilder when escaping strings for faster outputStuart Sierra
2009-05-14json/write.clj: added type hints to avoid reflectionStuart Sierra
2009-05-14json/write.clj: doc stringsStuart Sierra
2009-05-14json/write.clj: escape characters in symbol names just like stringsStuart Sierra
2009-05-12json/write.clj: throw Exception if map key is nilStuart Sierra
2009-05-12json/write.clj: fixed bug with nils in sequencesStuart Sierra
2009-05-10json/write.clj: documentation cleanupStuart Sierra
2009-05-09json/write.clj: Handle more collection types and unicode in strings.Stuart Sierra
2009-05-08json/write.clj: force object keys to be stringsStuart Sierra
2009-05-04Fixed a bunch of little doc errorsTom Faulhaber
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-02-17Merged lazy branch into trunk:Chouser
2009-01-30json/write.clj & json/read.clj: made tests namespace-privateStuart Sierra
2009-01-26Moved print_json.clj to json/write.clj; added json/read.clj.Stuart Sierra