json

skunk.circe.codec.json$
object json extends JsonCodecs

Attributes

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

Members list

Concise view

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

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

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