JsonType

object JsonType
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def array(array: List[Any]): JsonArray
def map(map: Map[String, Any]): JsonMap

Concrete fields

val anyMatch: Matcher[JsonType]

Givens

Givens

given given_Conversion_BigDecimal_Matcher: Conversion[BigDecimal, Matcher[JsonType]]
given given_Conversion_Boolean_Matcher: Conversion[Boolean, Matcher[JsonType]]
given given_Conversion_ContainWithResultSeq_Matcher: Conversion[ContainWithResultSeq[String], Matcher[JsonType]]
given given_Conversion_ContainWithResult_Matcher: Conversion[ContainWithResult[String], Matcher[JsonType]]
given given_Conversion_Double_Matcher: Conversion[Double, Matcher[JsonType]]
given given_Conversion_Int_Matcher: Conversion[Int, Matcher[JsonType]]
given given_Conversion_String_Matcher: Conversion[String, Matcher[JsonType]]