Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-07 | Split 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-23 | use the 1.2 metadata reader macro ^ instead of #^ | Aaron Bedra and Stuart Halloway | |
2010-03-19 | fix PushbackReader bug | The Stuarts | |
2010-02-11 | c.c.json: change references from c.c.java to c.c.string | Stuart Sierra | |
2010-02-10 | c.c.json: add pretty printing | Stuart Sierra | |
2010-02-10 | json: factor out remaining printer functions as defns | Stuart Sierra | |
2010-02-01 | Change ns names for all renamed libs except str-utils | Stuart Sierra | |
2010-01-31 | c.c.json: use PrintWriter directly; even faster | Stuart Sierra | |
2010-01-31 | c.c.json: reorganize around extend | Stuart Sierra | |
Simpler & less repetitive than extend-protocol in this case. | |||
2010-01-31 | new c.c.json: fix 1 reflective call | Stuart Sierra | |
2010-01-31 | Add c.c.json; replacement for c.c.json.read & c.c.json.write | Stuart Sierra | |
* New library uses protocols. * read-json accepts any String or Reader. * read-json keywordizes keys by default. |