RejsonMatcher

case class RejsonMatcher(pattern: Variable)

rejson is a pattern language for JSON

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this(program: String)

Concrete methods

def unapplyAsMap(input: JsValue): Option[Map[String, Any]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Extensions

Extensions

extension (bool: Boolean)
def ifTrue(result: => Any): Option[Any]