@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 In the first case you get the types of the underlying JSON representation (backend dependent). The latter case needs more extraction.
-
-
@byFcz Careful when extracting `Any` though, as it means your implementation becomes backend-dependent. I'd go with `.as[Map[String,Json]]`. -
@propensive I need the serialization, i.e. json"""{"something":${Map("a"->1,"b"->"string")}}""" - am I'm missing something? - 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.