awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go YAML Libraries

Clasificación actualizada el 13 jul 2026

Curamos repositorios de código abierto en GitHub que coinciden con “best go yaml libraries”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

Go YAML Libraries

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-yaml/yamlAvatar de go-yaml

    go-yaml/yaml

    7,023Ver en GitHub↗

    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 library is the standard, high-performance tool for YAML serialization and deserialization in Go, offering robust struct mapping, custom marshaling interfaces, and built-in security protections against resource exhaustion.

    GoYAML Parsers
    Ver en GitHub↗7,023
  • goccy/go-yamlAvatar de goccy

    goccy/go-yaml

    2,189Ver en GitHub↗

    This library is a Go-based utility for encoding and decoding YAML data into native language structures. It facilitates the transformation of complex objects into human-readable text formats and provides mechanisms for mapping data fields through reflection and custom type handling. The library distinguishes itself by maintaining an intermediate abstract syntax tree, which allows for precise document modifications and the preservation of comments during serialization. It includes a path-based query engine that enables users to navigate, filter, and update document hierarchies without manual it

    This library provides high-performance YAML parsing and serialization for Go with full support for struct marshalling and custom type handling, making it a standard choice for YAML manipulation.

    GoYAML ParsersYAML Serializers
    Ver en GitHub↗2,189

Related searches

  • a library for parsing YAML in Rust
  • a java library for parsing yaml files
  • a library for parsing YAML in C#
  • una librería de carga de configuración para aplicaciones en Go
  • a data validation library for Go
  • a library for parsing csv in Go
  • a high performance JSON library for Go
  • a high performance serialization library for Go