Json

object Json
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Json.type

Type members

Classlikes

final case class Arr(elements: Chunk[Json]) extends Json
Companion:
object
object Arr
Companion:
class
final case class Bool(value: Boolean) extends Json
Companion:
object
object Bool
Companion:
class
case object Null extends Json
final case class Num(value: BigDecimal) extends Json
Companion:
object
object Num
Companion:
class
final case class Obj(fields: Chunk[(String, Json)]) extends Json
Companion:
object
object Obj
Companion:
class
final case class Str(value: String) extends Json
Companion:
object
object Str
Companion:
class

Types

type Null = Null.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit val decoder: JsonDecoder[Json]
implicit val encoder: JsonEncoder[Json]