YAML Tools
Validate, format, and convert YAML configuration and data files.
YAML to JSON Converter
yaml-toolsParse YAML and convert it to formatted JSON.
YAML Validator
yaml-toolsValidate YAML syntax and report the parsed type and top-level keys on success.
YAML Formatter
yaml-toolsNormalize YAML by parsing and re-emitting with consistent 2-space indentation and block style.
YAML to CSV Converter
yaml-toolsConvert YAML arrays of records into CSV rows.
YAML Sort Keys
yaml-toolsSort YAML mapping keys alphabetically, recursively.
YAML Diff Tool
yaml-toolsCompare two YAML documents and report differences.
YAML Flatten
yaml-toolsFlatten nested YAML structures into path-based keys.
YAML Linter
yaml-toolsLint YAML style and structure with stricter quality rules.
YAML Path Evaluator
yaml-toolsEvaluate path expressions against YAML input.
YAML Query Tool
yaml-toolsRun query expressions to extract or transform YAML data.
YAML Splitter
yaml-toolsSplit a YAML top-level array into chunked sub-arrays.
YAML Schema Validator
yaml-toolsValidate YAML content against a JSON Schema.
YAML Tree Viewer
yaml-toolsRender YAML as an interactive collapsible tree for easier config exploration.
YAML Analyzer
yaml-toolsAnalyze YAML structure for key depth, type distribution, array sizing, and anchor/alias usage.
YAML Filter
yaml-toolsFilter a YAML array of records by field conditions. Supports operators: equals, not-equals, contains, gte, lte.
YAML Schema Generator
yaml-toolsInfer a schema from YAML input and emit the inferred schema as YAML.