jsonEncoder

besom.internal.Encoder.jsonEncoder
object jsonEncoder extends Encoder[JsValue]

Attributes

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

Members list

Value members

Concrete methods

def encode(json: JsValue): Result[(Set[Resource], Value)]

Inherited methods

def contramap[B](f: B => JsValue): Encoder[B]

Attributes

Inherited from:
Encoder