spray / spray-json

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

Supports snakecase.(Using regex) #295

Open jkugiya opened 5 years ago

jkugiya commented 5 years ago

close #170 close #268

This implementation uses agemooij's implementations.

Implementation is simpler than #268, but performance is less than #268.