We curate open-source GitHub repositories matching “best c sharp yaml libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
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
YamlDotNet is the standard, high-performance library for the .NET ecosystem that provides robust support for YAML serialization, deserialization, and object mapping, effectively covering all the requested features.
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
This is a YAML parsing library for the Go programming language, making it incompatible with the .NET ecosystem requirements specified in your search.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| aaubry/yamldotnet | 2.8K | C# | mit | |
| go-yaml/yaml | 7K | Go | NOASSERTION |