@propensive hey, any easy way how to json Map[String,Any]? It has its use cases (i.e. my use case is writing own string interpolator)
@byFcz The reason is that the compiler can't resolve type-specific serializers when it doesn't know anything about the types (they're `Any`)
-
-
@propensive Compiling Map[String,Any](...) mapValues Json(_) says "diverging implicit expansion" (interpolator parts are returned as Any) -
@byFcz Yeah, that's exactly the problem. The compiler needs to know the type of each individual value at compile time. - Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.