summaryrefslogtreecommitdiff
path: root/src/main/scala/spray/json/JsonParser.scala
Commit message (Collapse)AuthorAgeFilesLines
* Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-191-67/+268
| | | | Closes #86, #108
* Fix bug with invalid hex digits in JsonParserAnish Athalye2013-09-271-1/+1
| | | | | Valid hex digits are `[0-9a-fA-F]`. The `"A" - "Z"` is a typo and should be changed to `"A" - "F"`.
* Remove obsolete /cc/ package directoriesMathias2012-10-121-0/+121