Daily Archive: October 13, 2017

0

Scala: parse JSON into nested case classes

I was playing around with parsing JSON in Scala, and got spray-json as recommendation from my Senpai. My aim was parsing some nested structure like: { “key1” : “value1”, “key2” : { “subkey1” :...