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
/
read.clj
Age
Commit message (
Collapse
)
Author
2009-05-14
json/read.clj: read-json now takes a string or a reader
Stuart Sierra
Eliminates the need for read-json-string.
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
Bind *json-keyword-keys* to true to convert map keys to keywords.
2009-05-14
json/read.clj: added type hints to avoid reflection
Stuart Sierra
2009-05-12
json/read.clj: doc string
Stuart Sierra
2009-05-10
json/read.clj: added tests from pass1.json
Stuart Sierra
Need to move these tests into a separate file.
2009-05-04
Fixed a bunch of little doc errors
Tom Faulhaber
2009-05-04
Lots 'o doc strings
Tom Faulhaber
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