summaryrefslogtreecommitdiff
path: root/src/main/scala/cc/spray/json/JsValue.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete /cc/ package directoriesMathias2012-10-121-114/+0
|
* Rename domain name from spray.cc to spray.io, rename package from ↵Mathias2012-10-121-1/+1
| | | | 'cc.spray.json' to 'spray.json'
* Add JsValue.asJsObject methods, simplifies JsObject matchingMathias2011-12-071-4/+16
|
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-061-14/+7
|
* Remove JsValue.apply method without replacement due to non-type-safetyMathias2011-11-091-42/+4
|
* Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and ↵Mathias2011-11-091-2/+7
| | | | .compactPrint
* Implemented #8: Conversion of Double.NaN and Infinity to JsNullSteffen Fritzsche2011-10-111-2/+6
|
* Improve some scaladoc commentsMathias2011-10-041-1/+1
|
* Improve JsonReader/JsonWriter lifting to JsonFormatMathias2011-09-061-1/+1
|
* Cosmetic fixesMathias2011-05-091-1/+1
|
* Squash sub package 'formats'Mathias2011-05-091-1/+0
|
* Add basic scaladocsMathias2011-05-061-47/+58
|
* Initial commit (split off from main spray codebase)Mathias2011-05-061-0/+128