summaryrefslogtreecommitdiff
path: root/src/test/scala/cc/spray/json/ProductFormatsSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove JsValue.apply method without replacement due to non-type-safetyMathias2011-11-091-7/+7
|
* Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and ↵Mathias2011-11-091-7/+7
| | | | .compactPrint
* Add NullOptions traitMathias2011-10-041-5/+19
|
* Improve Option handling, speed up case class (de)serialization, closes #5Mathias2011-09-281-6/+12
|
* Add test case for jsonFormat order agnosticityMathias2011-09-271-0/+3
|
* Add test for generic functionality, add description to READMEMathias2011-08-231-3/+20
|
* Upgrade to Specs2 1.6-SNAPSHOTMathias2011-07-191-1/+1
|
* Add JsonFormat for JsValues, some more helpersMathias2011-05-241-0/+31