summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* match spec tightly about which characters to encode, fixes #83, #46Johannes Rudolph2014-03-123-21/+16
* Only catch NonFatal exceptionsJohannes Rudolph2014-03-111-1/+2
* Fix error introduced in 3f56c8f (#92)Johannes Rudolph2014-03-111-5/+6
* Merge pull request #91 from fractaloop/issue-90-escape-control-charactersJohannes Rudolph2014-03-112-1/+2
|\
| * Modify the JsonPrinter to escape all characters less than 0x20Logan Lowell2014-02-251-1/+1
| * Add a failing line to the testLogan Lowell2014-02-251-0/+1
* | Make printer methods protected, so they can be overriddenIan Forsey2014-03-062-6/+6
|/
* add test case for all slash posibilitiesMartijn Hoekstra2014-02-031-0/+3
* Ignore static fields in jsonFormatMark van der Tol2013-10-132-1/+18
* Fix bug with invalid hex digits in JsonParserAnish Athalye2013-09-271-1/+1
* improved error message and fixed test, refs #62Johannes Rudolph2013-08-162-2/+2
* Merge commit 'pull/67'Johannes Rudolph2013-08-162-4/+49
|\
| * Fix for issue #66Eric J. Christeson2013-08-151-2/+2
|/
* Merge pull request #62 from cppexpert/masterJohannes Rudolph2013-08-031-1/+1
|\
| * Added name of malformed field to error messagecppexpert2013-08-031-1/+1
| * Added name of malformed field to error messagecppexpert2013-08-021-1/+1
* | use sbt-boilerplate for generating stubsJohannes Rudolph2013-05-293-450/+81
* | Add small performance improvement in JsonPrinterMathias2013-05-131-22/+49
* | Add RootJsonFormats for JsObject and JsArrayMathias2013-05-131-0/+13
* | Add small test improvementMathias2013-05-131-2/+2
* | Merge pull request #35 from ConnorDoyle/masterMathias2013-05-131-0/+8
|\ \
| * | Added a jsonFormat0 method to ProductFormats.scala to support empty case clas...Connor Doyle2012-11-281-0/+8
* | | Fix extractFieldNames: Ignore transient fieldsDan Brown2013-04-222-1/+19
| |/ |/|
* | Upgrade to Scala 2.10.0-RC5Mathias2012-12-191-0/+11
|/
* Small improvement in testMathias2012-11-281-2/+3
* Fix: \u0001 -> \u0001Dan Brown2012-11-192-1/+2
* Add broken test: \u0001 -> \u001Dan Brown2012-11-191-0/+4
* Prepare for release 1.2.2v1.2.2Mathias2012-10-161-2/+2
* Prepare for release 1.2.1v1.2.1Mathias2012-10-153-2/+23
* Finalize 1.2 releasev1.2Mathias2012-10-121-0/+21
* Remove obsolete /cc/ package directoriesMathias2012-10-1223-0/+0
* Rename domain name from spray.cc to spray.io, rename package from 'cc.spray.j...Mathias2012-10-1225-26/+26
* Update ls-bitsMathias2012-03-131-0/+22
* Fix huge performance problem in JsonParserMathias2012-03-131-1/+1
* Small improvement in rare error messagesMathias2012-02-251-2/+2
* Be more robust about ordering issues in extractFieldNames.Michael Bayne2012-02-251-4/+7
* Update READMEMathias2012-02-011-3/+3
* Add ls-sbt bitsMathias2012-02-011-0/+22
* Add jsonFormatX overloads providing automatic case class field name extractionMathias2012-02-012-24/+112
* Improve ReadmeSpecMathias2012-02-011-21/+37
* Pimp Strings with 'asJson'Mathias2012-01-194-6/+10
* Add JsValue.asJsObject methods, simplifies JsObject matchingMathias2011-12-072-4/+61
* Move exception into package.scala, simplify throwing of (De)SerializationExce...Mathias2011-12-079-72/+40
* Fix copyrightsMathias2011-12-0710-2/+145
* Remove JsField, turn JsObject(List[JsField]) into JsObject(Map[String, JsValue])Mathias2011-12-0614-59/+55
* 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
* Add test for lazyFormat wrapper (recursive JsonFormats)Mathias2011-11-161-0/+14
* Fix remaining deprecation warningMathias2011-11-091-2/+2