spray / spray-json

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

Fix unexpectedly large sizeHint to jsonFormatN #343

Open cplesner-humio opened 2 years ago

cplesner-humio commented 2 years ago

This fixes https://github.com/spray/spray-json/issues/340 and also changes ListBuffer to Map.newBuilder since that seems like the more obvious way to build a Map.