rapidyaml

Fast YAML parser and emitter library for C++

brewmacoslinux
Try with needOr install directly
Source

About

Library to parse and emit YAML, and do it fast

Commands

rapidyaml

Examples

Parse a YAML file and convert to JSON$ rapidyaml parse input.yaml -o output.json
Validate YAML syntax of a configuration file$ rapidyaml validate config.yaml
Emit YAML from a data structure$ rapidyaml emit data.json -o output.yaml