Joined August 2018
·

pere

Developer at softEmpresa
·
Catalonia
·
·
·

In response to @chandsir, Ì had to change:

def toMap: Map[String,Any] = JsonUtil.toMap(unMarshallMe)

to
def toMapAny: Map[String,Any] = JsonUtil.toMap[Any](unMarshallMe)

and
val jeroenMap = jeroenJson.toMap
to
val jeroenMap = jeroenJson.toMapAny

And it worked.

Achievements
1 Karma
0 Total ProTip Views