is not compiled anyway. While the compiler complain
Note that implicit conversions are not applicable because they are ambiguous: both method augmentString in object Predef of type (x: String)scala.collection.immutable.StringOps and method Unmarshallable in object MarshallableImplicits of type (unMarshallMe: String)utils.MarshallableImplicits.Unmarshallable are possible conversion functions from JsonTest.jeroenJson.type to ?{def toMap: ?}
val jeroenMap = jeroenJson.toMap
is not compiled anyway. While the compiler complain
Note that implicit conversions are not applicable because they are ambiguous: both method augmentString in object Predef of type (x: String)scala.collection.immutable.StringOps and method Unmarshallable in object MarshallableImplicits of type (unMarshallMe: String)utils.MarshallableImplicits.Unmarshallable are possible conversion functions from JsonTest.jeroenJson.type to ?{def toMap: ?}
Any workaround or suggestion are appreciate.