{"id":15523216,"url":"https://github.com/xuwei-k/msgpack-json","last_synced_at":"2025-04-23T05:10:45.648Z","repository":{"id":26462605,"uuid":"29914044","full_name":"xuwei-k/msgpack-json","owner":"xuwei-k","description":"web api for convert msgpack \u003c=\u003e json","archived":false,"fork":false,"pushed_at":"2023-12-04T11:21:52.000Z","size":34,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T22:22:29.623Z","etag":null,"topics":["appengine","json","msgpack","scala"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/xuwei-k.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-27T12:55:52.000Z","updated_at":"2021-11-08T12:09:33.000Z","dependencies_parsed_at":"2023-12-04T12:37:52.226Z","dependency_job_id":null,"html_url":"https://github.com/xuwei-k/msgpack-json","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/xuwei-k%2Fmsgpack-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fmsgpack-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fmsgpack-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fmsgpack-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuwei-k","download_url":"https://codeload.github.com/xuwei-k/msgpack-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372927,"owners_count":21419722,"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":["appengine","json","msgpack","scala"],"created_at":"2024-10-02T10:43:49.146Z","updated_at":"2025-04-23T05:10:45.631Z","avatar_url":"https://github.com/xuwei-k.png","language":"Scala","readme":"# msgpack-json\n\n### example\n\n#### msgpack binary data =\u003e json string\n\n```\n$ scala -e 'java.nio.file.Files.write(new java.io.File(\"msgpack_data1\").toPath, Array(0x81, 0xa3, 0x61, 0x62, 0x63, 0x92, 0xc2, 0x2a).map(_.toByte))'\n$ curl -X POST -d @msgpack_data1 https://msgpack-json.appspot.com/msgpack2json\n{\"abc\":[false,42]}\n```\n\n#### json string =\u003e msgpack binary data\n\n```\n$ curl -X POST -d '{\"abc\":[false,42]}' https://msgpack-json.appspot.com/json2msgpack \u003e msgpack_data2\n$ scala -e 'println(java.nio.file.Files.readAllBytes(new java.io.File(\"msgpack_data2\").toPath).map(\"%02x\" format _).mkString(\",\"))'\n81,a3,61,62,63,92,c2,2a\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fmsgpack-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuwei-k%2Fmsgpack-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fmsgpack-json/lists"}