CirceCodecs

org.mbari.beholder.etc.circe.CirceCodecs
object CirceCodecs

Contains all the circe codecs needed as givens

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Givens

Givens

given byteArrayDecoder: Decoder[Array[Byte]]
given byteArrayEncoder: Encoder[Array[Byte]]
given urlDecoder: Decoder[URL]
given urlEncoder: Encoder[URL]

Extensions

Extensions

extension (json: Json)
def stringify: String

Convert a circe Json object to a JSON string

Convert a circe Json object to a JSON string

Value parameters

value

Any value with an implicit circe coder in scope

Attributes

extension [T](value: T)
def stringify: String

Convert an object to a JSON string

Convert an object to a JSON string

Value parameters

value

Any value with an implicit circe coder in scope

Attributes