An open API service indexing awesome lists of open source software.

https://github.com/rwxrob/yaml

Go YAML Utilities
https://github.com/rwxrob/yaml

Last synced: 4 months ago
JSON representation

Go YAML Utilities

Awesome Lists containing this project

README

          

# Go YAML Utilities

[![GoDoc](https://godoc.org/github.com/rwxrob/yaml?status.svg)](https://godoc.org/github.com/rwxrob/yaml)
[![License](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](LICENSE)
[![Go Report
Card](https://goreportcard.com/badge/github.com/rwxrob/yaml)](https://goreportcard.com/report/github.com/rwxrob/yaml)

* [AsYAML Interface](yaml.go)
* [Anything Marshaled as YAML](yaml_test.go)

## Why YAML?

In a word, "inline". You can't do it with any JSON package, and since
JSON is YAML there really is no reason not too.