summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce JsonParserSettings to allow customization of parsingJohannes Rudolph2018-10-303-2/+16
* Add support for Scala 2.13.0-M4 (#263)v1.3.4-2.13.0-M4kenji yoshida2018-08-077-16/+23
* Merge pull request #219 from magnolia-k/fix_warnings_about_manifestJohannes Rudolph2018-07-263-6/+11
|\
| * Use classTag[T] instead of implicitly[ClassTag[T]]Johannes Rudolph2018-07-261-3/+2
| * Replace ClassManifest to ClassTagMagnolia K2017-01-223-6/+12
* | remove unused importkenji yoshida2018-06-201-1/+0
* | fix procedure syntaxxuwei-k2018-06-034-13/+13
* | add copyright headers to new filesKonrad `ktoso` Malawski2017-10-243-0/+48
* | Merge pull request #164 from mattinbits/masterKonrad `ktoso` Malawski2017-10-244-1/+63
|\ \
| * | Added method for sorted printMatthew Livesey2015-09-134-1/+63
* | | Merge pull request #168 from pasieronen/masterKonrad `ktoso` Malawski2017-10-242-2/+19
|\ \ \
| * | | Rename JsonParser parameter requireEndOfInput to allowTrailingInput, add test...Pasi Eronen2015-11-022-6/+13
| * | | Allow JsonParser to optionally parse multiple values (see #137)Pasi Eronen2015-10-132-2/+12
| |/ /
* | | replace pimp with 'rich', 'enrich', 'extension method'Seth Tisue2017-09-141-3/+21
* | | fix dispatch urlxuwei-k2017-06-261-1/+1
* | | be Scala 2.13 friendlySeth Tisue2017-04-031-2/+3
* | | Merge pull request #220 from magnolia-k/add_xlintKonrad `ktoso` Malawski2017-01-241-6/+6
|\ \ \
| * | | Deleted Tuple method.Magnolia K2017-01-251-6/+6
| * | | Enabled Xlint scala optionMagnolia K2017-01-221-6/+6
| | |/ | |/|
* | | Merge pull request #218 from magnolia-k/fix_warning_about_unitKonrad `ktoso` Malawski2017-01-221-1/+1
|\ \ \
| * | | Fixed warning about unit.Magnolia K2017-01-221-1/+1
| |/ /
* / / refactor utf8 decoding from indexed bytes into super classJohannes Rudolph2016-12-291-8/+19
|/ /
* | +#182 allows BigInt/BigDecimal to be obtained from JsStringsKonrad Malawski2016-04-222-0/+8
* | = 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-112-12/+19
* 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
* Merge pull request #152 from fommil/patch-1Mathias2015-05-061-1/+3
|\
| * standard optionFormat type close #151Sam Halliday2015-04-251-1/+3
* | Expose fieldName when able in deserialization errorsDan Checkoway2015-04-273-5/+19
|/
* 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
* | = Fix multibyte chars at ix 0 of JSON String not being parsed correctly, clos...Mark Hatton2015-04-092-1/+5
* | Small improvements to JsonParserMathias2015-02-241-7/+7
|/
* 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 #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
* | Switch to fast, hand-written parser, remove parboiled dependencyMathias2014-09-194-90/+295
* | Upgrade SBT and plugins, remove Scala 2.9 support, bump version to 1.3-SNAPSHOTMathias2014-09-164-86/+0
|/
* upgrade to sbt boilerplate 0.5.1, fixes #96Johannes Rudolph2014-03-171-1/+1
* Make sure BasicFormats never pass `null` into JsValue constructors, fixes #70Johannes Rudolph2014-03-131-4/+12
* Add some scalachecks roundtrips for more confidence, fixes #29Johannes Rudolph2014-03-121-0/+63