@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 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? -
@propensive I've got in a case class actually, like case class A(someParam: String, mapParam: Map[String,Any]) and then using it in json"" - 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.