{"id":15395404,"url":"https://github.com/g-w1/jyamlj","last_synced_at":"2026-05-09T03:39:27.955Z","repository":{"id":137803635,"uuid":"336951897","full_name":"g-w1/jyamlj","owner":"g-w1","description":"a json formatter/converter to yaml in java","archived":false,"fork":false,"pushed_at":"2021-02-18T19:46:49.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T22:57:10.956Z","etag":null,"topics":["java","json","yaml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g-w1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-08T03:44:52.000Z","updated_at":"2025-07-17T10:15:41.000Z","dependencies_parsed_at":"2023-04-25T22:47:39.266Z","dependency_job_id":null,"html_url":"https://github.com/g-w1/jyamlj","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"849c62f604faa15c66aa7002c444b700d78009a4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/g-w1/jyamlj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-w1%2Fjyamlj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-w1%2Fjyamlj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-w1%2Fjyamlj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-w1%2Fjyamlj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g-w1","download_url":"https://codeload.github.com/g-w1/jyamlj/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-w1%2Fjyamlj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","json","yaml"],"created_at":"2024-10-01T15:28:13.785Z","updated_at":"2026-05-09T03:39:27.919Z","avatar_url":"https://github.com/g-w1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jyamlj\n\nJava Yaml Json\n\nConvert from `json `to `yaml`/`json`.\n\nUseful if you don't understand `yaml` but like `json`.\n\n## Usage: \n```\njyamlj:\nusage: jyamlj [-j] [-y]\n-j: output json (default)\n-y: output yaml\npipe the json you want to parse and render to stdin\n```\n\n## Building\nIn the root dir do `gradle assembleDist`.\nYou will find a `.tar` and a `.zip` in `build/distributions/`\nyou can unzip these files and you will find a `bin` folder with 2 files:\n`jyamlj` and `jyamlj.bat`\n\nUse the `jyamlj` file in unixy systems and `jyamlj.bat` on Windows to run jyamlj.\n\n## Example Usage:\n\n### Yaml Output: \n```\n❯ echo \"{\\\"a\\\":[1,2,3]}\" | jyamlj -y\na: \t- 1\n\t- 2\n\t- \t- 3\n\t- \t\n```\n\n### Json Output:\n```\n❯ echo \"{\\\"a\\\":[1,2,3]}\" | jyamlj -j\n{\n\t\"a\": [\n\t\t1,\n\t\t2,\n\t\t3\n\t]\n}\n```\n\nTODO:\n\n* [x] json lexer\n* [x] json parser\n* [x] json renderer\n* [x] yaml renderer\n* [x] tests\n* [x] publish/cli!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-w1%2Fjyamlj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg-w1%2Fjyamlj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-w1%2Fjyamlj/lists"}