{"id":50112133,"url":"https://github.com/quietcode-org/leojson","last_synced_at":"2026-05-23T13:00:57.632Z","repository":{"id":359620203,"uuid":"1246856766","full_name":"quietcode-org/LeoJSON","owner":"quietcode-org","description":"LeoJSON is a small JSON brick for Mac OS X 10.5.8 PowerPC. It provides a controlled public JSON API boundary for projects while using vendored JSONKit internally as the parser and serializer engine.","archived":false,"fork":false,"pushed_at":"2026-05-23T10:58:11.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T11:31:08.818Z","etag":null,"topics":["darwin","json","leopard","macos","macos-package","macosx","powerpc"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/quietcode-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T16:23:12.000Z","updated_at":"2026-05-23T09:40:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/quietcode-org/LeoJSON","commit_stats":null,"previous_names":["leopard-crew/leojson","quietcode-org/leojson"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/quietcode-org/LeoJSON","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quietcode-org%2FLeoJSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quietcode-org%2FLeoJSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quietcode-org%2FLeoJSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quietcode-org%2FLeoJSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quietcode-org","download_url":"https://codeload.github.com/quietcode-org/LeoJSON/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quietcode-org%2FLeoJSON/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33396576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"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":["darwin","json","leopard","macos","macos-package","macosx","powerpc"],"created_at":"2026-05-23T13:00:46.173Z","updated_at":"2026-05-23T13:00:57.627Z","avatar_url":"https://github.com/quietcode-org.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeoJSON\n\nLeoJSON is a small Leopard-Crew JSON brick for Mac OS X 10.5.8 PowerPC.\n\nIt provides a controlled public JSON API boundary for Leopard-Crew projects while\nusing vendored JSONKit internally as the parser and serializer engine.\n\n## Target\n\n- Mac OS X 10.5.8 Leopard\n- PowerPC only\n- Big Endian only\n- G4/G5 compatible\n- no Intel target\n- no Universal Binary target\n- no Tiger target\n\n## Public API\n\nApplication code should include:\n\n```objc\n#import \"LeoJSON.h\"\n````\n\nApplications should link against:\n\n```text\nlibLeoJSON.a\nFoundation.framework\n```\n\nApplication code must not include or call JSONKit directly. JSONKit remains an  \ninternal implementation detail behind the LeoJSON boundary.\n\n## Minimal usage\n\n```objc\nNSString *errorString = nil;\n\nid object = LeoJSONObjectFromData(jsonData,\n                                  LeoJSONReadStrict,\n                                  \u0026errorString);\n\nif (object == nil) {\n    NSLog(@\"LeoJSON parse failed: %@\", errorString);\n    return;\n}\n\nNSData *outData = LeoJSONDataFromObject(object,\n                                        LeoJSONWriteCompact,\n                                        \u0026errorString);\n\nif (outData == nil) {\n    NSLog(@\"LeoJSON serialization failed: %@\", errorString);\n    return;\n}\n```\n\nReturned objects are autoreleased and follow Cocoa memory-management rules.\n\n## Build\n\nDefault release build:\n\n```sh\nmake release-gcc42\n```\n\nFull local verification:\n\n```sh\nmake full-smoke-gcc42\n```\n\nArchive generation and verification:\n\n```sh\nmake verify-archive-gcc42\n```\n\n## Release layout\n\n```text\nLeoJSON-\u003cversion\u003e/\n  include/\n    LeoJSON.h\n    LeoJSONVersion.h\n  lib/\n    libLeoJSON.a\n  docs/\n  README.md\n  LICENSE\n  NOTICE\n  CHANGELOG.md\n```\n\n## License\n\nLeoJSON is licensed under the Apache License, Version 2.0.\n\nLeoJSON vendors JSONKit under its Apache License, Version 2.0 option. Original  \nJSONKit copyright and license notices are preserved in `vendor/JSONKit/`.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquietcode-org%2Fleojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquietcode-org%2Fleojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquietcode-org%2Fleojson/lists"}