json

io.github.pidoveproject.showdown.json
object json

Attributes

Source
json.scala
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]

Attributes

Source
json.scala
given someOrEmptyDecoder[A : JsonDecoder]: JsonDecoder[Option[A]]

Attributes

Source
json.scala
given someOrEmptyEncoder[A](using encoder: JsonEncoder[A]): JsonEncoder[Option[A]]

Attributes

Source
json.scala