{"id":15797866,"url":"https://github.com/grokify/yamlutil","last_synced_at":"2026-01-11T05:09:41.084Z","repository":{"id":41873888,"uuid":"391866947","full_name":"grokify/yamlutil","owner":"grokify","description":"Utility libraries for YAML in Go. Initial functionality is to get line and column numbers for JSON pointers, as used in OpenAPI Spec.","archived":false,"fork":false,"pushed_at":"2024-09-29T06:50:23.000Z","size":177,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T00:42:53.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/grokify.png","metadata":{"files":{"readme":"README.md","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":"2021-08-02T08:19:11.000Z","updated_at":"2024-09-29T06:50:26.000Z","dependencies_parsed_at":"2024-04-28T17:42:35.204Z","dependency_job_id":"595dbdb4-9f53-4bb9-a1d7-f896f18c09c7","html_url":"https://github.com/grokify/yamlutil","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":0.2727272727272727,"last_synced_commit":"893938ea665e61bc2c97d0447689dac859819994"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fyamlutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fyamlutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fyamlutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fyamlutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/yamlutil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250023498,"owners_count":21362412,"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-05T00:21:33.140Z","updated_at":"2026-01-11T05:09:41.040Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YAML Utility for Go\n\n[![Used By][used-by-svg]][used-by-url]\n[![Build Status][build-status-svg]][build-status-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![License][license-svg]][license-url]\n\n## Overview\n\nThe `yamlutil` package provides a collection of Go utilities for YAML.\n\n1. The primary feature is the `GetNodeJsonSchemaPath()` function which returns a `*yaml.Node` for a pre-parsed JSON Schema pointer path. The primary use case is to get line numbers of linters using JSON Schema pointer to access a YAML file, e.g. OpenAPI specification files.\n1. A secondary feature is the `ReadFileAsJson()` function which will read a YAML file and convert it to JSON using `github.com/ghodss/yaml`.\n\n## Installation\n\n```bash\n$ go get github.com/grokify/yamlutil\n```\n\n## Contributing\n\nFeatures, Issues, and Pull Requests are always welcome.\n\nTo contribute:\n\n1. Fork it ( http://github.com/grokify/yamlutil/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nPlease report issues and feature requests on [Github](https://github.com/grokify/yamlutil).\n\n [used-by-svg]: https://sourcegraph.com/github.com/grokify/yamlutil/-/badge.svg\n [used-by-url]: https://sourcegraph.com/github.com/grokify/yamlutil?badge\n [build-status-svg]: https://github.com/grokify/yamlutil/workflows/test/badge.svg?branch=master\n [build-status-url]: https://github.com/grokify/yamlutil/actions\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/yamlutil\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/yamlutil\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/yamlutil\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/yamlutil\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/yamlutil/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fyamlutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fyamlutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fyamlutil/lists"}