YAML Path Finder-- Search YAML Keys
Find paths to keys in YAML documents.
YAML Path Finder Tool
1
2
3
4
5
6
7
8
9
10
Click Find Paths to search
Other YAML Tools
Path Finder Guide
What is a YAML path?
A YAML path is the dot-notation route to a specific key in a YAML document. For example, 'server.database.host' points to the host value inside the database section of server.
How does the search work?
It recursively searches all keys in the YAML document and returns paths where the key name contains your search term (case-insensitive).
Can I search for values?
Currently this tool searches for key names. To find values, you can use the YAML Viewer tool to browse the tree structure.
Is this tool free?
Yes, completely free with no signup or limits.