summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release 1.3.2v1.3.2Mathias2015-05-063-3/+16
* Merge pull request #154 from spray/wip-mathiasMathias2015-05-067-52/+103
|\
| * Improve test coverage of automatic case class member name unmanglingMathias2015-05-061-5/+5
| * Make JsonParser require complete consumption of parsing input, closes #137Mathias2015-05-062-1/+9
| * Fix automatic field name discovery for member names with mangled prefix, clo...Mathias2015-05-062-6/+7
| * Introduce `JsObject.empty`, `JsArray.empty`, `JsString.empty` and `JsNumber.z...Mathias2015-05-062-23/+40
| * Improve name unmangling in ProductFormats, closes #138Mathias2015-05-062-24/+49
| * Upgrade to SBT 0.13.8 and Scala 2.11.6Mathias2015-05-062-3/+3
|/
* Merge pull request #130 from mihirk/masterMathias2015-05-061-0/+1
|\
| * Adding import of spray.json as well in the documentation which is required fo...mihirk2015-01-031-0/+1
* | Merge pull request #152 from fommil/patch-1Mathias2015-05-061-1/+3
|\ \
| * | standard optionFormat type close #151Sam Halliday2015-04-251-1/+3
* | | Merge pull request #153 from layerhq/expose-field-name-in-deserialization-errorsMathias2015-05-063-5/+19
|\ \ \ | |/ / |/| |
| * | Expose fieldName when able in deserialization errorsDan Checkoway2015-04-273-5/+19
|/ /
* | Merge pull request #149 from jroper/backwards-compatibilityMathias2015-04-231-1/+8
|\ \
| * | Reinstated deprecated JsArray and JsObject List based constructors for backwa...James Roper2015-04-231-1/+8
|/ /
* | Merge pull request #136 from fommil/patch-1Mathias2015-04-201-16/+13
|\ \
| * | close #132Sam Halliday2015-01-271-16/+13
| |/
* | Merge pull request #147 from markhatton/masterMathias2015-04-152-1/+5
|\ \
| * | = Fix multibyte chars at ix 0 of JSON String not being parsed correctly, clos...Mark Hatton2015-04-092-1/+5
|/ /
* | Upgrade dependenciesMathias2015-02-242-5/+5
* | Small improvements to JsonParserMathias2015-02-241-7/+7
|/
* Prepare for release 1.3.1v1.3.1Mathias2014-10-283-3/+9
* Upgrade test dependenciesMathias2014-10-281-2/+3
* Add member name unmangling to ProductFormats, fixes #120Mathias2014-10-282-1/+39
* Fix OOE when parsing unterminated JSON strings, fixes #122Mathias2014-10-283-5/+13
* Merge pull request #123 from twillouer/patch-1Mathias2014-10-271-1/+1
|\
| * JSArray take now Vector as argumentWilliam Delanoue2014-10-211-1/+1
|/
* Prepare for release 1.3.0v1.3.0Mathias2014-09-223-13/+18
* Merge pull request #117 from chris-martin/jsonFormat0Mathias2014-09-222-0/+28
|\
| * Add jsonFormat0 for fieldless case classesChris Martin2014-09-152-0/+28
* | Fix small problem in JsonParser error reportingMathias2014-09-192-7/+22
* | Improve JsonPrinter to enable printing to custom StringBuilderMathias2014-09-191-11/+9
* | Switch JsArray(List) to JsArray(Vector), make parser produce JsObject(HashMap...Mathias2014-09-199-75/+72
* | Small fix in READMEMathias2014-09-191-4/+4
* | Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-195-91/+295
* | Upgrade SBT and plugins, remove Scala 2.9 support, bump version to 1.3-SNAPSHOTMathias2014-09-167-134/+17
|/
* Merge pull request #115 from rafael/patch-1Johannes Rudolph2014-08-141-16/+20
|\
| * Update README.markdownRafael Chacon2014-08-081-16/+20
|/
* Upgrade to Scala 2.11.0 and SBT 0.13.2Mathias2014-04-222-4/+4
* Prepare for release 1.2.6v1.2.6Mathias2014-04-103-4/+18
* Merge branch 'master' of github.com:spray/spray-jsonMathias2014-04-1022-75/+192
|\
| * Merge pull request #97 from gkossakowski/scala-2.11Johannes Rudolph2014-03-173-8/+9
| |\
| | * Update to sbt 0.13.1.Grzegorz Kossakowski2014-03-173-4/+4
| | * Support Scala 2.11 in the build definition file.Grzegorz Kossakowski2014-03-171-4/+5
| |/
| * upgrade to sbt boilerplate 0.5.1, fixes #96Johannes Rudolph2014-03-172-2/+2
| * Add source for Conversions.png and instructions how to edit, refs #95Johannes Rudolph2014-03-132-0/+6
| * Make sure BasicFormats never pass `null` into JsValue constructors, fixes #70Johannes Rudolph2014-03-131-4/+12
| * Merge pull request #95 from NicholasSterling/masterJohannes Rudolph2014-03-131-0/+0
| |\
| | * Change Spray Conversions diagram: asJson => parseJsonNicholas Sterling2014-03-121-0/+0