{"id":16122038,"url":"https://github.com/foxcapades/lib-go-yaml","last_synced_at":"2025-07-20T19:32:48.042Z","repository":{"id":90411163,"uuid":"266390937","full_name":"Foxcapades/lib-go-yaml","owner":"Foxcapades","description":"YAML utilities","archived":false,"fork":false,"pushed_at":"2020-07-06T18:03:07.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T11:48:38.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-23T17:57:34.000Z","updated_at":"2020-07-06T18:02:57.000Z","dependencies_parsed_at":"2023-03-14T08:45:44.792Z","dependency_job_id":null,"html_url":"https://github.com/Foxcapades/lib-go-yaml","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Foxcapades/lib-go-yaml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-go-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-go-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-go-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-go-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/lib-go-yaml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-go-yaml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266187188,"owners_count":23889928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T21:09:09.229Z","updated_at":"2025-07-20T19:32:48.024Z","avatar_url":"https://github.com/Foxcapades.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= YAML Utils\n\nimage:https://travis-ci.org/Foxcapades/lib-go-yaml.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/Foxcapades/lib-go-yaml\"]\nimage:https://img.shields.io/github/v/tag/Foxcapades/lib-go-yaml?label=version[Latest Tag, link=https://github.com/Foxcapades/lib-go-yaml/tags]\nimage:https://goreportcard.com/badge/github.com/Foxcapades/lib-go-yaml[Go Report Card, link=https://goreportcard.com/report/github.com/Foxcapades/lib-go-yaml]\nimage:https://codecov.io/gh/Foxcapades/lib-go-yaml/branch/master/graph/badge.svg[Code Coverage, link=https://codecov.io/gh/Foxcapades/lib-go-yaml]\nimage:https://img.shields.io/badge/go-docs-ff69b4[GoDocs, link=\"https://pkg.go.dev/github.com/Foxcapades/lib-go-yaml\"]\n\nA set of utilities for constructing and dealing with YAML nodes.\nBuilt on top of https://github.com/go-yaml/yaml/tree/v3[go-yaml v3].\n\n[source, sh-session]\n----\ngo get github.com/Foxcapades/lib-go-yaml\n----\n\n---\n\n.Example\n[source, go]\n----\n  foo := map[string][]string{\n    \"bar\": {\"fizz\", \"buzz\"}\n  }\n  node, _ := xyml.ToYamlNode(foo)\n  _ = xyml.MapAppend(node, \"hi\", \"bye\")\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Flib-go-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Flib-go-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Flib-go-yaml/lists"}