PathNode

sealed trait PathNode
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(json: JsValue): List[JsValue]
def set(json: JsValue, transform: JsValue => JsValue): JsValue
def toJsonString: String