yaml
YAML processor
Provides a Go package to work with YAML data
YAML support for the Go language.
7k stars
98 watching
1k forks
Language: Go
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
goccy/go-yaml | A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
nikolaydubina/htmlyaml | Provides a Go-based solution to render YAML data in HTML with customizable styling options. | 5 |
mikefarah/yq | A portable command-line YAML and JSON processor with syntax similar to jq. | 12,469 |
northern-lights/yara-parser | A Go library for manipulating YARA rulesets using the same grammar and lexer as the original libyara. | 82 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
alecthomas/kong-yaml | Tools for loading and mapping YAML configuration files in Go applications. | 14 |
romshark/yamagiconf | A YAML configuration framework for Go that enforces simplicity and consistency through strict validation rules. | 18 |
nodeca/js-yaml | Provides a JavaScript implementation of YAML parsing and serialization | 6,326 |
cue-lang/cue | CUE is a tool for validating and defining text-based configuration data | 5,174 |
borudar/configuration-yaml-file | A library that provides a standardized way to read configuration files in YAML format | 0 |
tomwright/dasel | A tool for querying and modifying structured data from various formats. | 7,248 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |
golang-jwt/jwt | An implementation of JSON Web Tokens for authentication and security in Go programming language | 7,375 |
aaubry/yamldotnet | A .NET library for serializing and deserializing data in YAML format | 2,591 |
google/starlark-go | An implementation of the Starlark configuration language in Go. | 2,377 |