summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix typoJames Earl Douglas2012-01-161-1/+1
|
* fix the embedded links to parboiledJames Earl Douglas2012-01-161-2/+2
|
* Add JsValue.asJsObject methods, simplifies JsObject matchingMathias2011-12-072-4/+61
|
* Move exception into package.scala, simplify throwing of ↵Mathias2011-12-0710-74/+42
| | | | (De)SerializationExceptions
* Fix copyrightsMathias2011-12-0710-2/+145
|
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-0614-59/+55
|
* Merge pull request #12 from stefri/patch-1Mathias2011-12-011-2/+2
|\ | | | | Update sbt build settings to fix illegal pom
| * Removed "name" and "description" tags from pomExtra setting to produce a ↵Steffen Fritzsche2011-12-011-2/+2
|/ | | | valid pom-file.
* Add RootJsonReader and RootJsonWriter as well as some helper methods, closes #10Mathias2011-11-302-2/+40
|
* Upgrade to SBT 0.11.2Mathias2011-11-301-1/+1
|
* Introduce RootJsonFormatMathias2011-11-304-28/+36
|
* Improve DeserializationException error messagesMathias2011-11-173-28/+25
|
* Add 'JsonFormats for recursive Types' to READMEMathias2011-11-161-0/+14
|
* Add test for lazyFormat wrapper (recursive JsonFormats)Mathias2011-11-161-0/+14
|
* Fix remaining deprecation warningMathias2011-11-091-2/+2
|
* Remove JsValue.apply method without replacement due to non-type-safetyMathias2011-11-097-56/+18
|
* 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
|