Open cotonne opened 7 years ago
Hi, I was working on a Scala version too when I saw your PR (https://github.com/loicknuchel/playing_with_projections/tree/scala-version/scala) ^^
What do you think about providing types instead of JsonElement
?
I would be easier to work with and much more idiomatic for Scala code.
For example, I did : https://github.com/loicknuchel/playing_with_projections/blob/scala-version/scala/src/main/scala/domain/Event.scala
Hi,
Following the workshop at nCrafts, here is a scala version. RFC
Regards