summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | In Travis run tests for all cross-built scala versionsJohannes Rudolph2014-03-121-3/+1
| * | Merge commit 'pull/58'Johannes Rudolph2014-03-122-0/+13
| |\ \
| | * | Add OSGi metatadataMichael Pilquist2014-03-112-0/+13
| * | | Add some scalachecks roundtrips for more confidence, fixes #29Johannes Rudolph2014-03-122-7/+76
| * | | rename asJson => parseJson, fixes #89Johannes Rudolph2014-03-125-5/+7
| * | | Merge pull request #94 from spray/i/43-better-printingJohannes Rudolph2014-03-123-21/+16
| |\ \ \
| | * | | match spec tightly about which characters to encode, fixes #83, #46Johannes Rudolph2014-03-123-21/+16
| |/ / /
| * | | upgrade to Scala 2.10.3Johannes Rudolph2014-03-111-4/+4
| * | | add travis metadataJohannes Rudolph2014-03-111-0/+12
| * | | 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-112-1/+2
| |\ \ \
| | * | | Modify the JsonPrinter to escape all characters less than 0x20Logan Lowell2014-02-251-1/+1
| | * | | Add a failing line to the testLogan Lowell2014-02-251-0/+1
| | |/ /
| * | | Merge pull request #92 from theon/masterJohannes Rudolph2014-03-112-6/+6
| |\ \ \ | | |/ / | |/| |
| | * | Make printer methods protected, so they can be overriddenIan Forsey2014-03-062-6/+6
| |/ /
| * | Merge pull request #88 from NicholasSterling/masterJohannes Rudolph2014-02-241-0/+0
| |\|
| | * Cleaned up and added to Conversions diagramNicholas Sterling2014-02-221-0/+0
| |/
| * Merge pull request #84 from martijnhoekstra/slashtestMathias2014-02-031-0/+3
| |\
| | * add test case for all slash posibilitiesMartijn Hoekstra2014-02-031-0/+3
| |/
| * Merge pull request #82 from NicholasSterling/masterJohannes Rudolph2014-01-202-19/+26
| |\
| | * Add image showing possible conversions to READMENicholas Sterling2014-01-202-19/+26
| |/
* / Upgrade to Scala 2.10.4, parboiled 1.1.6 and specs2 2.3.10Mathias2014-04-091-5/+5
|/
* Upgrade to SBT 0.12.4Mathias2013-11-211-1/+1
* README: fix numberingJohannes Rudolph2013-10-261-8/+4
* Merge pull request #76 from markvandertol/staticfieldsJohannes Rudolph2013-10-142-1/+18
|\
| * Ignore static fields in jsonFormatMark van der Tol2013-10-132-1/+18
|/
* Merge pull request #75 from anishathalye/bug-hexdigitJohannes Rudolph2013-10-011-1/+1
|\
| * Fix bug with invalid hex digits in JsonParserAnish Athalye2013-09-271-1/+1
|/