// text
Extract YAML Keys.
Get a complete list of every key in a YAML document, with full dotted paths, and a tree view.
Client-sideDotted pathsNo upload
YAML input
Keys
FAQ
Why duplicate paths in the output?
Two identical paths can appear if the same key is used at different locations in the document. Toggle "dedupe" to collapse them.
Are array indices included?
Yes. feature_flags.experimental.0 is the first item, .1 is the second, etc.