Variable findNodeAtLocationConst

findNodeAtLocation: (root: Node, path: JSONPath) => Node | undefined

Finds the node at the given path in a JSON DOM.

Type Declaration