json

io.github.pidoveproject.showdown.json
object json

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
json.type

Members list

Givens

Givens

given nonEmptyListOrEmpty[A](using decoder: JsonDecoder[List[A]]): nonEmptyListOrEmpty[A]
given someOrEmptyDecoder[A : JsonDecoder]: JsonDecoder[Option[A]]
given someOrEmptyEncoder[A](using encoder: JsonEncoder[A]): JsonEncoder[Option[A]]