Expand description
Contains the core elements to read / query an information graph.
Each information graph is represented by a Doc which provides access to its nodes and
leaves via Element. A Doc is built using DocBuilder
and can then be further optimized for read access using Table.
Structsยง
- Doc
- Provides the root node of an information graph.
- Element
- Provides a node or leaf within the information graph.
- Element
Iter - Represents an
Iteratorover all child elements of a list. - Entry
Iter - Represents an
Iteratorover all key/value pairs of an inner object. - Query
- Represents a pre-compiled query.