summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add trait versions of JsonPrinters for easier customizationMathias2011-05-312-6/+8
|
* Add more collection formatsMathias2011-05-262-25/+28
|
* Add helper function constructing a jsonFormat from Readers and Writer, ↵Mathias2011-05-252-13/+15
| | | | implicit conversions from functions
* Add DelegatingFormatMathias2011-05-251-0/+5
|
* Improve 'toJson' pimpMathias2011-05-251-4/+4
|
* Add JsonFormat for JsValues, some more helpersMathias2011-05-248-27/+77
|
* Add predefined JsonFormat for Product1 and Product12-15Mathias2011-05-241-0/+153
|
* Add predefined JsonFormat for Either typeMathias2011-05-232-0/+44
|
* Upgrade to Scala 2.9.0, SBT 0.7.7 and parboiled 1.0.0Mathias2011-05-174-8/+7
|
* Cosmetic fixes in READMEMathias2011-05-101-5/+2
|
* Cosmetic fixesMathias2011-05-092-15/+15
|
* Change group id to "cc.spray.json"Mathias2011-05-092-2/+2
|
* Squash obsolete 'formats' package also in test sourcesMathias2011-05-094-4/+0
|
* Add README content, LICENSE and CHANGELOG stubMathias2011-05-093-2/+384
|
* Squash sub package 'formats'Mathias2011-05-0911-47/+85
|
* Add basic scaladocsMathias2011-05-0614-71/+148
|
* Initial commit (split off from main spray codebase)Mathias2011-05-0628-0/+1644