jsonDecoder

besom.internal.Decoder$.jsonDecoder$
object jsonDecoder extends Decoder[JsValue]

Attributes

Graph
Supertypes
trait Decoder[JsValue]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def convertToJsValue(value: Value): JsValue
def mapping(value: Value, label: Label): JsValue

Inherited methods

Attributes

Inherited from:
Decoder
def emap[B](f: (JsValue, Label) => Either[DecodingError, B]): Decoder[B]

Attributes

Inherited from:
Decoder