Paste YAML on the left to evaluate your query.
Paste YAML on the left to evaluate your query.
YAML Query
Run JSONPath or JMESPath expressions against YAML directly in your browser. Parse YAML, query nested data, and inspect results without converting files manually.
YAML Query Use Cases
- Extract specific fields from Kubernetes manifests or Helm values
- Inspect nested YAML config data without manual conversion
- Prototype JSONPath or JMESPath expressions against YAML payloads
- Pull lists, ids, or flags from large multi-level YAML documents
YAML Query FAQ
Which query languages are supported?
You can switch between JSONPath and JMESPath. Both run against the parsed YAML data model, so nested mappings, sequences, and multi-document inputs can be queried directly.
Do I need to convert YAML to JSON first?
No. The tool parses YAML for you and returns JSON-formatted results. That makes it useful for configs, manifests, values files, and other YAML-heavy workflows.