PathNode

play.api.libs.json.PathNode
sealed trait PathNode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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