summaryrefslogtreecommitdiff
path: root/src/test/scala/cc/spray/json/CompactPrinterSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyrightsMathias2011-12-071-0/+16
|
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-061-2/+2
|
* Remove JsValue.apply method without replacement due to non-type-safetyMathias2011-11-091-2/+2
|
* Upgrade to Specs2 1.6-SNAPSHOTMathias2011-07-191-1/+1
|
* Add JSONP support to JsonPrintersMathias2011-06-031-0/+3
|
* Initial commit (split off from main spray codebase)Mathias2011-05-061-0/+48