JsPatternMatcher

wjson.pattern.JsPatternMatcher
See theJsPatternMatcher companion object
case class JsPatternMatcher(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
Show all

Members list

Value members

Constructors

def this(program: String)

Concrete methods

def tags: Map[String, JsonMatcherTagHandler]
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