summaryrefslogtreecommitdiff
path: root/src/test/scala/spray/json/JsonParserSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-18854 Use TreeMap instead of HashMap for JsObject key/value pairs, f...Johannes Rudolph2018-11-071-0/+30
* Add support for Scala 2.13.0-M4 (#263)v1.3.4-2.13.0-M4kenji yoshida2018-08-071-4/+9
* Merge pull request #168 from pasieronen/masterKonrad `ktoso` Malawski2017-10-241-0/+13
|\
| * Rename JsonParser parameter requireEndOfInput to allowTrailingInput, add test...Pasi Eronen2015-11-021-3/+10
| * 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
|/
* = Fix decoding of 4-byte UTF-8 characters into UTF-16 surrogate pairsMark Hatton2015-06-111-1/+2
* Make JsonParser require complete consumption of parsing input, closes #137Mathias2015-05-061-0/+6
* = Fix multibyte chars at ix 0 of JSON String not being parsed correctly, clos...Mark Hatton2015-04-091-0/+4
* Fix OOE when parsing unterminated JSON strings, fixes #122Mathias2014-10-281-0/+6
* Fix small problem in JsonParser error reportingMathias2014-09-191-1/+17
* Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-191-19/+25
* add test case for all slash posibilitiesMartijn Hoekstra2014-02-031-0/+3
* Small improvement in testMathias2012-11-281-2/+3
* Remove obsolete /cc/ package directoriesMathias2012-10-121-0/+68