wei-k.httpz_2.10.0.5.1.source-code.JsonToString.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of httpz_2.10 Show documentation
Show all versions of httpz_2.10 Show documentation
purely functional http client
The newest version!
package httpz
import argonaut.EncodeJson
abstract class JsonToString[A <: JsonToString[A]: EncodeJson] { self: A =>
protected[this] def prettyParam = argonaut.PrettyParams.spaces2
override final def toString =
implicitly[EncodeJson[A]].apply(self).pretty(prettyParam)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy