Default

org.latestbit.circe.adt.codec.JsonTaggedAdt$.DecoderDefinition$.Default$
object Default extends DecoderDefinition

Default implementation of encoding JSON with a type field for:

{
'type': 'tagValue',
...
}

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Default.type

Members list

Value members

Concrete methods

def decodeTaggedJsonObject(cursor: HCursor, typeFieldName: String): Result[(String, HCursor)]