Module node

Source
Expand description

Types representing nodes within a JSON object

Structs§

AtMostOneError
Error produced when expecting no more than one node from a query
LocatedNode
A node within a JSON value, along with its location
LocatedNodeList
Locations
An iterator over the locations in a LocatedNodeList
NodeList
A list of nodes resulting from a JSONPath query
Nodes
An iterator over the nodes in a LocatedNodeList

Enums§

ExactlyOneError
Error produced when expecting exactly one node from a query