summaryrefslogtreecommitdiff
path: root/src/test/scala
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Scala 2.13.0-M4 (#263)v1.3.4-2.13.0-M4kenji yoshida2018-08-074-12/+19
|
* remove unused importkenji yoshida2018-06-201-1/+0
|
* add copyright headers to new filesKonrad `ktoso` Malawski2017-10-242-0/+32
|
* Merge pull request #164 from mattinbits/masterKonrad `ktoso` Malawski2017-10-241-0/+50
|\ | | | | Added method for sorted print
| * Added method for sorted printMatthew Livesey2015-09-131-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This method prints in the same format as PrettyPrinter but sorts the keys of each object lexicographically. The impetus for this change was this question: http://stackoverflow.com/questions/31418626/sort-fields-in-rendered-json In general it is useful to be able to have more deterministic control over the ordering of output, if diff tools are to be used.
* | Merge pull request #168 from pasieronen/masterKonrad `ktoso` Malawski2017-10-241-0/+13
|\ \ | | | | | | Allow JsonParser to optionally parse multiple values (see #137)
| * | Rename JsonParser parameter requireEndOfInput to allowTrailingInput, add ↵Pasi Eronen2015-11-021-3/+10
| | | | | | | | | | | | test case
| * | Allow JsonParser to optionally parse multiple values (see #137)Pasi Eronen2015-10-131-0/+6
| |/
* | be Scala 2.13 friendlySeth Tisue2017-04-031-2/+3
| | | | | | | | | | for now, for the 2.13 community build. and as a start at possible future real 2.13 support
* | Merge pull request #220 from magnolia-k/add_xlintKonrad `ktoso` Malawski2017-01-241-6/+6
|\ \ | | | | | | Enabled Xlint scala option
| * | Deleted Tuple method.Magnolia K2017-01-251-6/+6
| | |
| * | Enabled Xlint scala optionMagnolia K2017-01-221-6/+6
| | | | | | | | | | | | | | | and in addition, the cause of the newly outputted warning message was removed.
* | | Fixed warning about unit.Magnolia K2017-01-221-1/+1
|/ / | | | | | | | | | | | | | | In scala 2.11 and later, warning message is output if try to interpret it automatically with the value of Unit when simply writing "()". Therefore, write "(())".
* | +#182 allows BigInt/BigDecimal to be obtained from JsStringsKonrad Malawski2016-04-221-0/+6
| |
* | = Upgrade dependencies, enable Scala 2.12 crossbuildMathias2016-02-171-2/+2
|/
* = Fix decoding of 4-byte UTF-8 characters into UTF-16 surrogate pairsMark Hatton2015-06-111-1/+2
|
* 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-061-0/+6
|
* Fix automatic field name discovery for member names with mangled prefix, ↵Mathias2015-05-061-5/+5
| | | | closes #142
* Improve name unmangling in ProductFormats, closes #138Mathias2015-05-061-5/+5
|
* Expose fieldName when able in deserialization errorsDan Checkoway2015-04-271-0/+12
|
* = Fix multibyte chars at ix 0 of JSON String not being parsed correctly, ↵Mark Hatton2015-04-091-0/+4
| | | | closes #148
* Add member name unmangling to ProductFormats, fixes #120Mathias2014-10-281-0/+13
|
* Fix OOE when parsing unterminated JSON strings, fixes #122Mathias2014-10-282-1/+7
|
* Merge pull request #117 from chris-martin/jsonFormat0Mathias2014-09-221-0/+19
|\ | | | | Add jsonFormat0 for fieldless case classes
| * Add jsonFormat0 for fieldless case classesChris Martin2014-09-151-0/+19
| | | | | | | | Closes #41
* | Fix small problem in JsonParser error reportingMathias2014-09-191-1/+17
| |
* | Switch JsArray(List) to JsArray(Vector), make parser produce ↵Mathias2014-09-193-40/+40
| | | | | | | | JsObject(HashMap) rather than JsObject(ListMap)
* | Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-192-22/+26
|/ | | | Closes #86, #108
* Add some scalachecks roundtrips for more confidence, fixes #29Johannes Rudolph2014-03-121-0/+63
|
* rename asJson => parseJson, fixes #89Johannes Rudolph2014-03-123-3/+3
|
* match spec tightly about which characters to encode, fixes #83, #46Johannes Rudolph2014-03-122-4/+8
|
* Add a failing line to the testLogan Lowell2014-02-251-0/+1
|
* add test case for all slash posibilitiesMartijn Hoekstra2014-02-031-0/+3
|
* Ignore static fields in jsonFormatMark van der Tol2013-10-131-0/+15
|
* improved error message and fixed test, refs #62Johannes Rudolph2013-08-161-1/+1
|
* Merge commit 'pull/67'Johannes Rudolph2013-08-161-2/+47
|
* use sbt-boilerplate for generating stubsJohannes Rudolph2013-05-291-0/+36
| | | | | | | | | | | (cherry picked from commit b4b2208d045fd7ee1549f56c2b9d897c5caceb48) This allows to have jsonFormat for more than 15 case class parameters. Fixes #48 Conflicts: build.sbt project/plugins.sbt src/main/boilerplate/cc/spray/json/ProductFormatsInstances.scala.template
* Add small test improvementMathias2013-05-131-2/+2
|
* Fix extractFieldNames: Ignore transient fieldsDan Brown2013-04-221-0/+16
|
* Upgrade to Scala 2.10.0-RC5Mathias2012-12-191-0/+11
|
* Small improvement in testMathias2012-11-281-2/+3
|
* Fix: \u0001 -> \u0001Dan Brown2012-11-191-1/+1
|
* Add broken test: \u0001 -> \u001Dan Brown2012-11-191-0/+4
|
* Prepare for release 1.2.1v1.2.1Mathias2012-10-151-1/+1
|
* Remove obsolete /cc/ package directoriesMathias2012-10-1210-0/+0
|
* Rename domain name from spray.cc to spray.io, rename package from ↵Mathias2012-10-1210-10/+10
| | | | 'cc.spray.json' to 'spray.json'
* Update READMEMathias2012-02-011-3/+3
|
* Add jsonFormatX overloads providing automatic case class field name extractionMathias2012-02-011-2/+2
| | | | | | Conflicts: src/main/scala/cc/spray/json/ProductFormats.scala
* Improve ReadmeSpecMathias2012-02-011-21/+37
|