syntax

soidc.jwt.codec.FromJson.syntax
object syntax extends Syntax

Attributes

Graph
Supertypes
trait Syntax
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Extensions

Inherited extensions

extension (self: JsonValue)
def as[A](using d: FromJson[A]): Either[DecodeError, A]

Attributes

Inherited from:
Syntax
def unsafeAs[A](using FromJson[A]): A

Attributes

Inherited from:
Syntax