{"id":15736318,"url":"https://github.com/rwxrob/y2j","last_synced_at":"2025-03-31T04:18:33.709Z","repository":{"id":57659328,"uuid":"473493527","full_name":"rwxrob/y2j","owner":"rwxrob","description":"🌳 Go YAML to JSON Converter","archived":false,"fork":false,"pushed_at":"2022-05-26T02:09:34.000Z","size":52,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-26T00:08:11.374Z","etag":null,"topics":["bonzai","converter","golang","json","yaml"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rwxrob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"rwxrob","patreon":"rwxrob","custom":["https://twitch.tv/rwxrob","https://youtube.com/rwxrob"]}},"created_at":"2022-03-24T07:06:44.000Z","updated_at":"2022-04-01T10:50:41.000Z","dependencies_parsed_at":"2022-08-29T10:30:35.722Z","dependency_job_id":null,"html_url":"https://github.com/rwxrob/y2j","commit_stats":null,"previous_names":["rwxrob/yaml2json"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Fy2j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Fy2j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Fy2j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Fy2j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwxrob","download_url":"https://codeload.github.com/rwxrob/y2j/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229474416,"owners_count":18078619,"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":["bonzai","converter","golang","json","yaml"],"created_at":"2024-10-04T01:21:54.378Z","updated_at":"2024-12-13T01:09:12.798Z","avatar_url":"https://github.com/rwxrob.png","language":"Go","readme":"# 🌳 Go YAML to JSON Converter\n\n[![GoDoc](https://godoc.org/github.com/rwxrob/y2j?status.svg)](https://godoc.org/github.com/rwxrob/y2j)\n\n## Install\n\nThis command can be installed as a standalone program or composed into\na Bonzai command tree.\n\nStandalone\n\n```\ngo install github.com/rwxrob/y2j/cmd/y2j@latest\n```\n\nComposed\n\n```go\npackage cmds\n\nimport (\n\tZ \"github.com/rwxrob/bonzai/z\"\n\t\"github.com/rwxrob/y2j\"\n)\n\nvar Cmd = \u0026Z.Cmd{\n\tName:     `cmds`,\n\tCommands: []*Z.Cmd{help.Cmd, y2j.Cmd},\n}\n```\n\n## Embedded Documentation\n\nAll documentation (like manual pages) has been embedded into the source\ncode of the application. See the source or run the program with help to\naccess it.\n\n## Design Considerations\n\n* **Nothing but maps.**\n\n  It is extremely rare to encounter a YAML array in the wild. It is\n  common, however, to have a map with a single array as it's value.\n","funding_links":["https://github.com/sponsors/rwxrob","https://patreon.com/rwxrob","https://twitch.tv/rwxrob","https://youtube.com/rwxrob"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxrob%2Fy2j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwxrob%2Fy2j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxrob%2Fy2j/lists"}