index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
json
Age
Commit message (
Expand
)
Author
2009-06-24
gtic: move clojure tests and supporting libraries into clojure repos
Stuart Halloway
2009-05-14
json/read.clj: read-json now takes a string or a reader
Stuart Sierra
2009-05-14
jsov/read.clj: doc string
Stuart Sierra
2009-05-14
json/read.clj: added *json-keyword-keys* to get keywords in maps
Stuart Sierra
2009-05-14
json/write.clj: use StringBuilder when escaping strings for faster output
Stuart Sierra
2009-05-14
json/write.clj: added type hints to avoid reflection
Stuart Sierra
2009-05-14
json/read.clj: added type hints to avoid reflection
Stuart Sierra
2009-05-14
json/write.clj: doc strings
Stuart Sierra
2009-05-14
json/write.clj: escape characters in symbol names just like strings
Stuart Sierra
2009-05-12
json/read.clj: doc string
Stuart Sierra
2009-05-12
json/write.clj: throw Exception if map key is nil
Stuart Sierra
2009-05-12
json/write.clj: fixed bug with nils in sequences
Stuart Sierra
2009-05-10
json/read.clj: added tests from pass1.json
Stuart Sierra
2009-05-10
json/write.clj: documentation cleanup
Stuart Sierra
2009-05-09
json/write.clj: Handle more collection types and unicode in strings.
Stuart Sierra
2009-05-08
json/write.clj: force object keys to be strings
Stuart Sierra
2009-05-04
Fixed a bunch of little doc errors
Tom Faulhaber
2009-05-04
Lots 'o doc strings
Tom Faulhaber
2009-02-17
Merged lazy branch into trunk:
Chouser
2009-02-13
json/read.clj: added custom string parser to support \/ escapes
Stuart Sierra
2009-01-30
json/write.clj & json/read.clj: made tests namespace-private
Stuart Sierra
2009-01-26
json/read.clj: eliminated reflection, fixed int/char typecast bug
Stuart Sierra
2009-01-26
Moved print_json.clj to json/write.clj; added json/read.clj.
Stuart Sierra