summaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsMathias2011-12-071-2/+1
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-068-41/+37
* Add RootJsonReader and RootJsonWriter as well as some helper methods, closes #10Mathias2011-11-302-2/+40
* Introduce RootJsonFormatMathias2011-11-304-28/+36
* Improve DeserializationException error messagesMathias2011-11-173-28/+25
* Remove JsValue.apply method without replacement due to non-type-safetyMathias2011-11-092-43/+5
* Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and .compact...Mathias2011-11-094-16/+21
* Implemented deserialization support (Issue #8)Steffen Fritzsche2011-10-111-1/+3
* Implemented #8: Conversion of Double.NaN and Infinity to JsNullSteffen Fritzsche2011-10-111-2/+6
* Improve some scaladoc commentsMathias2011-10-043-1/+17
* Add NullOptions traitMathias2011-10-041-122/+132
* Improve Option handling, speed up case class (de)serialization, closes #5Mathias2011-09-282-253/+271
* Improve JsonReader/JsonWriter lifting to JsonFormatMathias2011-09-063-33/+13
* Added and tested LiftedFormatsSpec (thx to Dirk)Mathias2011-09-061-0/+32
* Improve compile time error messages with @implicitNotFound annotationsMathias2011-07-191-0/+4
* Add JSONP support to JsonPrintersMathias2011-06-031-2/+13
* Add trait versions of JsonPrinters for easier customizationMathias2011-05-312-6/+8
* Add more collection formatsMathias2011-05-261-17/+20
* Add helper function constructing a jsonFormat from Readers and Writer, implic...Mathias2011-05-252-13/+15
* Add DelegatingFormatMathias2011-05-251-0/+5
* Improve 'toJson' pimpMathias2011-05-251-4/+4
* Add JsonFormat for JsValues, some more helpersMathias2011-05-244-23/+73
* Add predefined JsonFormat for Product1 and Product12-15Mathias2011-05-241-0/+153
* Add predefined JsonFormat for Either typeMathias2011-05-231-0/+25
* Cosmetic fixesMathias2011-05-091-1/+1
* Squash sub package 'formats'Mathias2011-05-099-46/+18
* Add basic scaladocsMathias2011-05-0613-70/+148
* Initial commit (split off from main spray codebase)Mathias2011-05-0615-0/+1117