1 Repo
Constructs hierarchical YAML structures by nesting sequence and map manipulators.
Distinct from Nested Command Structures: Distinct from Nested Command Structures: focuses on building YAML data structures, not CLI command hierarchies.
Explore 1 awesome GitHub repository matching development tools & productivity · YAML Structure Builders. Refine with filters or upvote what's useful.
yaml-cpp is a C++ library for parsing and emitting YAML 1.2 documents. It provides a complete YAML processing pipeline, from reading YAML content into a traversable node tree to writing in-memory data structures back as YAML text. The library represents parsed YAML as a mutable tree of typed nodes, supporting scalars, sequences, maps, and aliases. It uses a recursive-descent parser to build this node tree, and a stream-based emitter to generate YAML output incrementally. Template-based type conversion enables compile-time serialization between YAML nodes and C++ types, including support for c
Constructs hierarchical YAML structures by nesting sequence and map manipulators.