portable-libyaml

Portable YAML parser library for parsing YAML configuration files

brewmacoslinux
Try with needOr install directly
Source

About

YAML Parser

Commands

libyaml

Examples

Parse and validate a YAML configuration file$ yaml-parser config.yaml
Check YAML syntax for errors in a file$ libyaml-check application.yml
Convert YAML to JSON format$ yaml-to-json settings.yaml > settings.json