{"id":30204307,"url":"https://github.com/taskie/jc","last_synced_at":"2026-04-13T17:08:47.863Z","repository":{"id":57504345,"uuid":"124260515","full_name":"taskie/jc","owner":"taskie","description":"convert between JSON-like formats","archived":false,"fork":false,"pushed_at":"2023-02-25T00:12:21.000Z","size":492,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-13T12:54:42.291Z","etag":null,"topics":["json","messagepack","toml","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/taskie.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}},"created_at":"2018-03-07T16:04:45.000Z","updated_at":"2020-03-01T15:43:15.000Z","dependencies_parsed_at":"2022-08-30T01:31:13.185Z","dependency_job_id":null,"html_url":"https://github.com/taskie/jc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/taskie/jc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskie%2Fjc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskie%2Fjc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskie%2Fjc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskie%2Fjc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskie","download_url":"https://codeload.github.com/taskie/jc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskie%2Fjc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004698,"owners_count":26083750,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["json","messagepack","toml","yaml"],"created_at":"2025-08-13T12:34:44.968Z","updated_at":"2025-10-10T16:33:40.317Z","avatar_url":"https://github.com/taskie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jc\n\nconvert between JSON-like formats\n\n![jc](images/example.gif)\n\n## Install\n\n```sh\ngo install -u github.com/taskie/jc/cmd/jc\n```\n\n## Usage\n\n### Convert\n\n```sh\njc foo.json foo.yaml\njc foo.yaml foo.toml\njc foo.toml foo.msgpack\njc foo.msgpack foo.json\n```\n\nor\n\n```sh\njc -t yaml \u003cfoo.json \u003efoo.yaml\njc -f yaml -t toml \u003cfoo.yaml \u003efoo.toml\njc -f toml -t msgpack \u003cfoo.toml \u003efoo.msgpack\njc -f msgpack \u003cfoo.msgpack \u003efoo.json\n```\n\n#### Input File (foo.json)\n\n```json\n{\"message\":[{\"hello\":true},{\"world\":42}]}\n```\n\n#### Output File (foo.yaml)\n\n```yaml\nmessage:\n- hello: true\n- world: 42\n```\n\n#### Output File (foo.toml)\n\n```toml\n[[message]]\n  hello = true\n\n[[message]]\n  world = 42\n```\n\n#### Output File (foo.msgpack)\n\n```sh\nxxd foo.msgpack\n```\n\n```\n00000000: 81a7 6d65 7373 6167 6592 81a5 6865 6c6c  ..message...hell\n00000010: 6fc3 81a5 776f 726c 64d3 0000 0000 0000  o...world.......\n00000020: 002a                                     .*\n```\n\n## Dependency\n\n![dependency](images/dependency.png)\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskie%2Fjc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskie%2Fjc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskie%2Fjc/lists"}