{"id":24738610,"url":"https://github.com/zweifisch/msgpack-tool","last_synced_at":"2026-05-04T19:37:17.287Z","repository":{"id":57443697,"uuid":"12503929","full_name":"zweifisch/msgpack-tool","owner":"zweifisch","description":"a cli utility for msgpack/json conversion","archived":false,"fork":false,"pushed_at":"2013-08-31T23:40:30.000Z","size":108,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T17:48:55.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/zweifisch.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}},"created_at":"2013-08-31T10:18:27.000Z","updated_at":"2015-07-03T19:07:07.000Z","dependencies_parsed_at":"2022-09-26T18:41:48.820Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/msgpack-tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmsgpack-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmsgpack-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmsgpack-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmsgpack-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/msgpack-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245006599,"owners_count":20546136,"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":"2025-01-27T22:55:01.161Z","updated_at":"2026-05-04T19:37:12.253Z","avatar_url":"https://github.com/zweifisch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msgpack-tool\n\ninstall via pip\n\n```sh\npip install msgpack-tool\n```\n\njson to msgpack\n\n```sh\necho '{\"compact\": true, \"schema\": 0}' | msgpack | hexdump -C\n\n00000000  82 a7 63 6f 6d 70 61 63  74 c3 a6 73 63 68 65 6d  |..compact..schem|\n00000010  61 00                                             |a.|\n00000012\n```\n\nmsgpack to json\n\n```sh\necho '{\"compact\": true, \"schema\": 0}' | msgpack | msgpack\n\n{\n  \"compact\": true, \n  \"schema\": 0\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fmsgpack-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fmsgpack-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fmsgpack-tool/lists"}