awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesYAML Structure Builders

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.

Awesome YAML Structure Builders GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jbeder/yaml-cppjbeder का अवतार

    jbeder/yaml-cpp

    5,931GitHub पर देखें↗

    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.

    C++
    GitHub पर देखें↗5,931
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Nested Command Structures
  5. YAML Structure Builders