libfyaml

Fully feature complete YAML parser and emitter library

brewmacoslinux
Try with needOr install directly
Source

About

Fully feature complete YAML parser and emitter

Commands

fy-tool

Examples

Parse and validate a YAML file$ fy-tool input.yaml
Convert YAML to JSON format$ fy-tool -ojson input.yaml
Pretty print YAML with specific depth$ fy-tool --indent 2 input.yaml