JSON

object JSON
Companion:
class
Source:
JSON.scala
class Object
trait Matchable
class Any
JSON.type

Implicits

Implicits

implicit def decoder[T : Reader]: Decoder[T, JSON]
Source:
JSON.scala
implicit def encoder[T](implicit builder: Builder[T]): Encoder[JSON, T]
Source:
JSON.scala