{"id":28302741,"url":"https://github.com/foveacentral/jsonobject","last_synced_at":"2026-04-30T13:32:10.036Z","repository":{"id":9200094,"uuid":"11008046","full_name":"FoveaCentral/JSONObject","owner":"FoveaCentral","description":"Lightweight JSON marshaling for Objective-C","archived":false,"fork":false,"pushed_at":"2013-06-29T05:15:17.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T08:38:45.147Z","etag":null,"topics":["json","objective-c"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"aseveryn/deep-qa","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FoveaCentral.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":"2013-06-27T21:12:46.000Z","updated_at":"2021-12-02T04:44:26.000Z","dependencies_parsed_at":"2022-09-22T14:51:49.592Z","dependency_job_id":null,"html_url":"https://github.com/FoveaCentral/JSONObject","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/FoveaCentral/JSONObject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoveaCentral%2FJSONObject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoveaCentral%2FJSONObject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoveaCentral%2FJSONObject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoveaCentral%2FJSONObject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FoveaCentral","download_url":"https://codeload.github.com/FoveaCentral/JSONObject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoveaCentral%2FJSONObject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","objective-c"],"created_at":"2025-05-23T21:12:13.561Z","updated_at":"2026-04-30T13:32:10.031Z","avatar_url":"https://github.com/FoveaCentral.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nJSONObject\n==========\nLightweight JSON marshaling for Objective-C, with Ruby-like string inflections as a bonus.\n\n## Installation\n\n1. Install [CocoaPods](http://docs.cocoapods.org/guides/installing_cocoapods.html).\n\n2. Add the Podfile to your project root:\n\n  ```ruby\n  pod 'JSONObject'\n  ```\n3. In your project root, install the pod by entering:\n\n  ```\n  pod install\n  ```\n4. Open the ```.xcworkspace``` file in your project directory. From now on, use this workspace instead of the ```.xcodeproj``` file.\n\n5. Add JSONObject to your model object's class header:\n\n  ```objective-c\n  #import \u003cJSONObject/NSObject+JSONObject.h\u003e\n  ```\n\n## Usage\n\n* To convert the model object to JSON wrapped in the key name \"object\":\n\n  ```objective-c\n  NSData *json = [myObject toJSON:@\"object\"];\n  ```\n\n  This JSON data stream is suitable for use in a JSON request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoveacentral%2Fjsonobject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoveacentral%2Fjsonobject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoveacentral%2Fjsonobject/lists"}