spray / spray-json

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

Serialize/deserialize maps having numerical keys. Fix #125 #209

Open ancane opened 7 years ago

ancane commented 7 years ago

Hi. To me, having numerical keys is handy at times, and having to define custom format every time is cumbersome. So I'd like to suggest to put it here. Thanks. This is my original work.

ktoso commented 7 years ago

Refs #125

lniskanen commented 7 years ago

I had to merge this into an unmanaged jar, but hopefully this gets into release as well. Thanks for the fix.

ancane commented 7 years ago

np, thank you.

eugeniyk commented 7 years ago

So guys, when it's gonna be merged?