RejsonMatcher

wjson.RejsonMatcher
See theRejsonMatcher companion object
case class RejsonMatcher(pattern: Variable)

rejson is a pattern language for JSON

Attributes

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

Members list

Concise view

Value members

Constructors

def this(program: String)

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Extensions

Extensions

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