json

skunk.circe.codec.json
object json extends JsonCodecs

Attributes

Source
JsonCodecs.scala
Graph
Supertypes
trait JsonCodecs
class Object
trait Matchable
class Any
Self type
json.type

Members list

Value members

Inherited methods

def json[A : Decoder]: Codec[A]

Construct a codec for A, coded as Json, mapped to the json schema type.

Construct a codec for A, coded as Json, mapped to the json schema type.

Attributes

Inherited from:
JsonCodecs
Source
JsonCodecs.scala
def jsonb[A : Decoder]: Codec[A]

Construct a codec for A, coded as Json, mapped to the jsonb schema type.

Construct a codec for A, coded as Json, mapped to the jsonb schema type.

Attributes

Inherited from:
JsonCodecs
Source
JsonCodecs.scala

Inherited fields

val json: Codec[Json]

Codec for Json values, mapped to the json schema type.

Codec for Json values, mapped to the json schema type.

Attributes

Inherited from:
JsonCodecs
Source
JsonCodecs.scala
val jsonb: Codec[Json]

Codec for Json values, mapped to the jsonb schema type.

Codec for Json values, mapped to the jsonb schema type.

Attributes

Inherited from:
JsonCodecs
Source
JsonCodecs.scala