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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesYAML-to-Object Mapping

Conversion of YAML formatted strings into typed language objects.

Distinct from Object-to-Object Mappers: Specializes object mapping specifically for the YAML serialization format.

Explore 5 awesome GitHub repositories matching data & databases · YAML-to-Object Mapping. Refine with filters or upvote what's useful.

Awesome YAML-to-Object Mapping GitHub Repositories

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

    go-yaml/yaml

    7,023GitHub पर देखें↗

    This library is a YAML encoder and decoder for native Go data structures. It provides the tools necessary to transform internal data into YAML formatted text and convert YAML input streams back into structured data. The parser includes built-in protections against resource exhaustion attacks by enforcing limits on document depth and alias resolution. It also ensures deterministic output by employing consistent key sorting for maps. The project covers serialization and deserialization workflows, including struct mapping and custom marshaling interfaces. It also handles input encoding detectio

    Maps YAML data to typed Go structs using inline annotations to link keys to embedded types.

    Go
    GitHub पर देखें↗7,023
  • nodeca/js-yamlnodeca का अवतार

    nodeca/js-yaml

    6,591GitHub पर देखें↗

    js-yaml is a JavaScript library providing a programmatic interface for parsing and dumping YAML data. It functions as a parser and serializer that converts YAML strings into JavaScript objects and transforms JavaScript objects back into YAML format. The library includes a command-line interface for parsing or dumping YAML data via direct input or data pipes. It also features an abstract syntax tree transformer to modify the structure of data during serialization. The project provides capabilities for multi-document processing and the definition of custom schemas and tags to handle specialize

    Transforms YAML strings into JavaScript objects using configurable schemas and depth limits.

    JavaScript
    GitHub पर देखें↗6,591
  • aaubry/yamldotnetaaubry का अवतार

    aaubry/YamlDotNet

    2,807GitHub पर देखें↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    Maps YAML keys to data properties to transform configuration strings into usable .NET objects.

    C#dotnetparserserialization
    GitHub पर देखें↗2,807
  • amanjeetsingh150/kotlin-android-examplesamanjeetsingh150 का अवतार

    amanjeetsingh150/kotlin-android-examples

    1,058GitHub पर देखें↗

    This repository provides a comprehensive collection of functional code samples designed to demonstrate modern development patterns and architectural practices for the Android platform using Kotlin. It serves as a practical guide for implementing standard design patterns that decouple business logic from user interface components, ensuring that applications remain maintainable and testable. The project distinguishes itself by offering isolated, hands-on implementations of complex mobile programming tasks. It covers a wide range of capabilities, including asynchronous networking, local database

    Transforms structured data from text strings into strongly typed programming objects for internal use.

    Kotlinandroidandroid-applicationandroid-development
    GitHub पर देखें↗1,058
  • dtolnay/serde-yamldtolnay का अवतार

    dtolnay/serde-yaml

    1,019GitHub पर देखें↗

    Serde-yaml is a serialization library for the Rust programming language that facilitates the conversion of complex data structures into YAML format and the deserialization of YAML text into strongly typed objects. It functions as a data format converter, enabling the transformation of structured information between native language types and human-readable configuration files. The library integrates with the standard Rust serialization ecosystem to map arbitrary data types to and from the YAML format. By utilizing trait-based data mapping, it allows developers to manage application settings an

    Converts YAML formatted text into native language data structures for use within application logic.

    Rustrustserdeyaml
    GitHub पर देखें↗1,019
  1. Home
  2. Data & Databases
  3. SQL Query Interfaces
  4. Object-to-Object Mappers
  5. YAML-to-Object Mapping