summaryrefslogtreecommitdiff
path: root/src/main/scala/spray
Commit message (Expand)AuthorAgeFilesLines
* Make sure BasicFormats never pass `null` into JsValue constructors, fixes #70Johannes Rudolph2014-03-131-4/+12
* rename asJson => parseJson, fixes #89Johannes Rudolph2014-03-121-1/+3
* match spec tightly about which characters to encode, fixes #83, #46Johannes Rudolph2014-03-121-17/+8
* 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-111-1/+1
|\
| * Modify the JsonPrinter to escape all characters less than 0x20Logan Lowell2014-02-251-1/+1
* | Make printer methods protected, so they can be overriddenIan Forsey2014-03-062-6/+6
|/
* Ignore static fields in jsonFormatMark van der Tol2013-10-131-1/+3
* Fix bug with invalid hex digits in JsonParserAnish Athalye2013-09-271-1/+1
* improved error message and fixed test, refs #62Johannes Rudolph2013-08-161-1/+1
* 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-291-450/+2
* | Add small performance improvement in JsonPrinterMathias2013-05-131-22/+49
* | Add RootJsonFormats for JsObject and JsArrayMathias2013-05-131-0/+13
* | 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-221-1/+3
|/
* Fix: \u0001 -> \u0001Dan Brown2012-11-191-0/+1
* Prepare for release 1.2.1v1.2.1Mathias2012-10-151-1/+1
* Remove obsolete /cc/ package directoriesMathias2012-10-1213-0/+1564