Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryResult

A single result from jsonpath node searched

Example:

{
  "path": ["$", "items", 0],
  "value": "example"
}

Hierarchy

  • IQueryResult

Index

Properties

Properties

path

path: PathComponent[]

Trace of nodes followed to find value

value

value: string | number | boolean

Value that exists at path location

Generated using TypeDoc