JsonWriter

besom.json.JsonWriter
See theJsonWriter companion trait
object JsonWriter

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonWriter.type

Members list

Value members

Concrete methods

inline def derived[T <: Product](using JsonProtocol): JsonWriter[T]

Implicits

Implicits

implicit def func2Writer[T](f: T => JsValue): JsonWriter[T]