yamlpath 1.24.0

Format-preserving YAML feature extraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# presence of a directives block doesn't change anything.
%YAML 1.2
---
testcase:
  foo:
    bar:
      baz: hello!

queries:
  - query: [foo, bar, baz]
    expected: |2-
            baz: hello!