summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and ↵Mathias2011-11-0911-56/+61
| | | | .compactPrint
* Upgrade to SBT 0.11.0Mathias2011-11-096-115/+56
|
* Merge pull request #9 from stefri/issue8Mathias2011-10-123-4/+34
|\ | | | | Thanks for this contribution, Steffen!
| * Implemented deserialization support (Issue #8)Steffen Fritzsche2011-10-112-1/+9
| |
| * Implemented #8: Conversion of Double.NaN and Infinity to JsNullSteffen Fritzsche2011-10-112-3/+25
|/
* Bump version number to 1.1.0-SNAPSHOTMathias2011-10-042-3/+3
|
* Merge branch 'release/1.0.1' into developMathias2011-10-046-16/+58
|\
| * Prepare for 1.0.1 releasev1.0.1Mathias2011-10-046-16/+58
|/
* Improve some scaladoc commentsMathias2011-10-043-1/+17
|
* Add NullOptions traitMathias2011-10-042-127/+151
|
* Upgrade to parboiled 1.0.2Mathias2011-10-041-2/+2
|
* Improve Option handling, speed up case class (de)serialization, closes #5Mathias2011-09-283-259/+283
|
* Add test case for jsonFormat order agnosticityMathias2011-09-271-0/+3
|
* Improve READMEMathias2011-09-271-9/+10
|
* Upgrade to scala 2.9.1 and specs2 1.6.1Mathias2011-09-062-2/+2
|
* Improve JsonReader/JsonWriter lifting to JsonFormatMathias2011-09-065-73/+54
|
* Added and tested LiftedFormatsSpec (thx to Dirk)Mathias2011-09-062-0/+72
|
* Add test for generic functionality, add description to READMEMathias2011-08-232-4/+32
|
* small fix in implicit.ly aboutMathias2011-08-231-3/+1
|
* Downgrade to specs2 1.5Mathias2011-07-191-3/+1
|
* Upgrade to Specs2 1.6-SNAPSHOTMathias2011-07-199-11/+19
|
* Improve compile time error messages with @implicitNotFound annotationsMathias2011-07-191-0/+4
|
* Fix typo in READMEMathias2011-07-181-1/+1
|
* I did nothing but copy and paste Dispatch's JSON parser--all credit for it ↵Nathan Hamblen2011-07-181-1/+1
| | | | goes to @jorgeortiz85!
* Bump version number to 1.1.0-SNAPSHOTMathias2011-07-182-3/+3
|
* Merge branch 'release/1.0.0' into developMathias2011-07-185-13/+13
|\
| * Prepare for 1.0.0 releaseMathias2011-07-185-11/+11
| |
| * Upgrade to parboiled 1.0.1Mathias2011-07-181-2/+2
|/
* Add implicit.ly integrationMathias2011-07-115-5/+19
|
* Update READMEMathias2011-07-061-5/+8
|
* Add test for thread-safetyMathias2011-06-282-1/+2956
|
* Add JSONP support to JsonPrintersMathias2011-06-032-2/+16
|
* Upgrade to Scala 2.9.0-1Mathias2011-06-011-1/+1
|
* Add trait versions of JsonPrinters for easier customizationMathias2011-05-312-6/+8
|
* Add more collection formatsMathias2011-05-262-25/+28
|
* Add helper function constructing a jsonFormat from Readers and Writer, ↵Mathias2011-05-252-13/+15
| | | | implicit conversions from functions
* Add DelegatingFormatMathias2011-05-251-0/+5
|
* Improve 'toJson' pimpMathias2011-05-251-4/+4
|
* Add JsonFormat for JsValues, some more helpersMathias2011-05-248-27/+77
|
* Add predefined JsonFormat for Product1 and Product12-15Mathias2011-05-241-0/+153
|
* Add predefined JsonFormat for Either typeMathias2011-05-232-0/+44
|
* Upgrade to Scala 2.9.0, SBT 0.7.7 and parboiled 1.0.0Mathias2011-05-174-8/+7
|
* Cosmetic fixes in READMEMathias2011-05-101-5/+2
|
* Cosmetic fixesMathias2011-05-092-15/+15
|
* Change group id to "cc.spray.json"Mathias2011-05-092-2/+2
|
* Squash obsolete 'formats' package also in test sourcesMathias2011-05-094-4/+0
|
* Add README content, LICENSE and CHANGELOG stubMathias2011-05-093-2/+384
|
* Squash sub package 'formats'Mathias2011-05-0911-47/+85
|
* Add basic scaladocsMathias2011-05-0614-71/+148
|
* Initial commit (split off from main spray codebase)Mathias2011-05-0628-0/+1644