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]

Implicits

Implicits

implicit def JsonTypeIsSized: Sized[JsonType]
implicit def JsonTypeMatcherBigDecimal(expected: BigDecimal): Matcher[JsonType]
implicit def JsonTypeMatcherBoolean(expected: Boolean): Matcher[JsonType]
implicit def JsonTypeMatcherDouble(expected: Double): Matcher[JsonType]
implicit def JsonTypeMatcherInt(expected: Int): Matcher[JsonType]
implicit def JsonTypeMatcherString(expected: String): Matcher[JsonType]
implicit def JsonTypeMatcherTraversable(m: ContainWithResultSeq[String]): Matcher[JsonType]
implicit def JsonTypeMatcherTraversable(m: ContainWithResult[String]): Matcher[JsonType]