summaryrefslogtreecommitdiff
path: root/src/test/scala/cc/spray/json/ProductFormatsSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete /cc/ package directoriesMathias2012-10-121-87/+0
* Rename domain name from spray.cc to spray.io, rename package from 'cc.spray.j...Mathias2012-10-121-1/+1
* Add jsonFormatX overloads providing automatic case class field name extractionMathias2012-02-011-2/+2
* Fix copyrightsMathias2011-12-071-0/+16
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-061-9/+9
* 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 .compact...Mathias2011-11-091-7/+7
* 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