JsonPath

fabric.JsonPath
See theJsonPath companion object
final case class JsonPath(entries: List[JsonPathEntry]) extends AnyVal

Path is a convenience wrapper to represent paths for lookups or changes in Json

Attributes

Companion
object
Source
JsonPath.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def \(entry: JsonPathEntry): JsonPath

Convenience DSL to build paths

Convenience DSL to build paths

Attributes

Source
JsonPath.scala
def \\(that: JsonPath): JsonPath

Attributes

Source
JsonPath.scala

Retrieves the head path element

Retrieves the head path element

Attributes

Source
JsonPath.scala

Attributes

Source
JsonPath.scala
def next(): JsonPath

Returns a new Path with the tail of this path

Returns a new Path with the tail of this path

Attributes

Source
JsonPath.scala

Attributes

Source
JsonPath.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
JsonPath.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product