summaryrefslogtreecommitdiff
path: root/src/test/scala/cc/spray/json/AdditionalFormatsSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete /cc/ package directoriesMathias2012-10-121-71/+0
* Rename domain name from spray.cc to spray.io, rename package from 'cc.spray.j...Mathias2012-10-121-1/+1
* Pimp Strings with 'asJson'Mathias2012-01-191-1/+1
* Move exception into package.scala, simplify throwing of (De)SerializationExce...Mathias2011-12-071-1/+1
* Fix copyrightsMathias2011-12-071-0/+16
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-061-2/+2
* Add test for lazyFormat wrapper (recursive JsonFormats)Mathias2011-11-161-0/+14
* Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and .compact...Mathias2011-11-091-1/+1
* Improve JsonReader/JsonWriter lifting to JsonFormatMathias2011-09-061-0/+41