{"id":49956,"library":"ghodss-yaml","title":"yaml","description":"Package yaml provides a YAML parser and emitter for Go, with support for JSON tags.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/ghodss/yaml","tags":["yaml","serialization","deprecated"],"install":[{"cmd":"go get github.com/ghodss/yaml","lang":"bash","label":"Install github.com/ghodss/yaml"}],"dependencies":[],"imports":[{"symbol":"yaml","correct":"github.com/ghodss/yaml"}],"quickstart":{"code":"import \"github.com/ghodss/yaml\"\n\nfunc main() {\n    data := []byte(\"key: value\\n\")\n    var m map[string]interface{}\n    yaml.Unmarshal(data, &m)\n}","lang":"go","description":"Unmarshals YAML data into a map."},"warnings":[{"fix":"Migrate to gopkg.in/yaml.v3 for ongoing support.","message":"This package is deprecated in favor of gopkg.in/yaml.v3.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'deprec':19 'emitt':9 'go':11 'json':15 'packag':2 'parser':7 'provid':4 'serial':18 'support':13 'tag':16 'yaml':1,3,6,17","created_at":"2026-06-15T04:34:43.289545+00:00","updated_at":"2026-06-15T04:34:43.289545+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ghodss/yaml","github":"https://github.com/ghodss/yaml","docs":"https://pkg.go.dev/github.com/ghodss/yaml#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}