JsonReader

besom.json.JsonReader
See theJsonReader companion trait
object JsonReader

Attributes

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

Members list

Value members

Concrete methods

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

Implicits

Implicits

implicit def func2Reader[T](f: JsValue => T): JsonReader[T]