spray / spray-json

A lightweight, clean and simple JSON implementation in Scala
Apache License 2.0
974 stars 190 forks source link

Allow JsonParser to optionally parse multiple values (see #137) #168

Closed pasieronen closed 7 years ago

pasieronen commented 9 years ago

The overloaded method (instead of a default argument value) is to preserve binary compatibility.

This patch is my original work, and I license it to the spray-json project under the project's open source license.

pasieronen commented 8 years ago

@sirthias Are there any other changes you'd like to see in this, or could this be merged before the next release?