Crate yamlpath

source ·
Expand description

Comment and format-preserving YAML path queries.

This is not “XPath but for YAML”. If you need a generic object query language that doesn’t capture exact parse spans or comments, then you probably want an implementation of JSONPath or something like jq.

Structs§

  • Represents a queryable YAML document.
  • Represents the result of a successful query.
  • Represents the concrete location of some YAML syntax.
  • A query into some YAML document.
  • A builder for Query objects.

Enums§