soidc.jwt.codec.JsonValue
See theJsonValue companion trait
object JsonValue
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonValueclass Objecttrait Matchableclass AnyShow all
final case class Bool(value: Boolean) extends JsonPrimitive
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonPrimitivetrait JsonValueclass Objecttrait Matchableclass AnyShow all
case object JsonNull extends JsonPrimitive
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait JsonPrimitivetrait JsonValueclass Objecttrait Matchableclass AnyShow all
- Self type
-
JsonNull.type
sealed trait JsonPrimitive extends JsonValue
final case class Num(value: BigDecimal) extends JsonPrimitive
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonPrimitivetrait JsonValueclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonValueclass Objecttrait Matchableclass AnyShow all
final case class Str(value: String) extends JsonPrimitive
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonPrimitivetrait JsonValueclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
In this article