Family hub18 tools
YAML Tools
Validate, format, and convert YAML configuration and data files.
YAML to JSON Converter
yaml-toolsParse YAML and convert it to formatted JSON.
In: yamlOut: json
YAML Validator
yaml-toolsValidate YAML syntax and report the parsed type and top-level keys on success.
In: yamlOut: text
YAML Formatter
yaml-toolsNormalize YAML by parsing and re-emitting with consistent 2-space indentation and block style.
In: yamlOut: yaml
YAML to CSV Converter
yaml-toolsConvert YAML arrays of records into CSV rows.
In: yamlOut: csv
YAML Sort Keys
yaml-toolsSort YAML mapping keys alphabetically, recursively.
In: yamlOut: yaml
YAML Diff Tool
yaml-toolsCompare two YAML documents and report differences.
In: yamlOut: text
YAML Flatten
yaml-toolsFlatten nested YAML structures into path-based keys.
In: yamlOut: yaml
YAML Linter
yaml-toolsLint YAML style and structure with stricter quality rules.
In: yamlOut: text
YAML Path Evaluator
yaml-toolsEvaluate path expressions against YAML input.
In: yaml, pathOut: yaml, text
YAML Query Tool
yaml-toolsRun query expressions to extract or transform YAML data.
In: yaml, queryOut: yaml, text
YAML Splitter
yaml-toolsSplit a YAML top-level array into chunked sub-arrays.
In: yamlOut: yaml
YAML Schema Validator
yaml-toolsValidate YAML content against a JSON Schema.
In: yaml, json-schemaOut: text