{"id":18408954,"url":"https://github.com/msgpack/msgpack-objectivec","last_synced_at":"2025-04-06T16:12:34.366Z","repository":{"id":2093279,"uuid":"3033655","full_name":"msgpack/msgpack-objectivec","owner":"msgpack","description":"MessagePack serializer implementation for Objective-C / msgpack.org[Objective-C]","archived":false,"fork":false,"pushed_at":"2017-02-17T19:18:20.000Z","size":396,"stargazers_count":301,"open_issues_count":4,"forks_count":60,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-30T14:11:18.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://msgpack.org/","language":"C","has_issues":false,"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/msgpack.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":"2011-12-22T12:20:35.000Z","updated_at":"2024-08-04T03:46:27.000Z","dependencies_parsed_at":"2022-08-30T09:10:42.821Z","dependency_job_id":null,"html_url":"https://github.com/msgpack/msgpack-objectivec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgpack%2Fmsgpack-objectivec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgpack%2Fmsgpack-objectivec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgpack%2Fmsgpack-objectivec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msgpack%2Fmsgpack-objectivec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msgpack","download_url":"https://codeload.github.com/msgpack/msgpack-objectivec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509234,"owners_count":20950232,"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":"2024-11-06T03:22:43.158Z","updated_at":"2025-04-06T16:12:34.347Z","avatar_url":"https://github.com/msgpack.png","language":"C","readme":"MessagePack for Objective-C / iPhone\n============\n\nThis is a wrapper for the C MessagePack parser, building the bridge to Objective-C.\nIn a similar way to the JSON framework, this parses MessagePack into NSDictionaries, NSArrays, NSNumbers, NSStrings, and NSNulls.\nThis contains a small patch to the C library so that it doesn't segfault with a byte alignment error when running on the iPhone in armv7 mode.\nPlease note that the parser has been extensively tested, however the packer has not been. Please get in touch if it has issues.\n\nParsing Usage\n-----\n\n\t#import \"MessagePack.h\"\n\t...\n\tNSData* myData = ...\n\tNSDictionary* parsed = [myData messagePackParse];\n\tNSLog(@\"%@\", [parsed description]);\n\nPacking Usage\n----\n\n    #import \"MessagePack.h\"\n    ..\n    NSData* packed = [someArray messagePack];\n    NSData* packed = [someDictionary messagePack];\n\nAuthors\n-------\n\n* Sugendran Ganess\n* Chris Hulbert\n* Bugfixes by Matzo: https://github.com/Matzo\n\nLicense\n-------\n\n\tCopyright 2011 Media Innovations\n\n\tLicensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\n\t    http://www.apache.org/licenses/LICENSE-2.0\n\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsgpack%2Fmsgpack-objectivec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsgpack%2Fmsgpack-objectivec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsgpack%2Fmsgpack-objectivec/lists"}