Hello,
I wanted to be able to consume JSON from a modern HTTPS REST API in a Tiger Cocoa app.
I took SBJson v2.2.3 and back-ported the Objective-C 2.0 syntax Objective-C 1.0 so that it would compile for Tiger.
I then built static libs (for the G3 PPC arch) of openssl and tiny-curl and included them in the Xcode project.
Attached is a little demo which just fetches a bit of JSON and deserializes it.
This could be a useful starting point for other folk's retrocomputing projects, so I thought I'd post it here.
I wanted to be able to consume JSON from a modern HTTPS REST API in a Tiger Cocoa app.
I took SBJson v2.2.3 and back-ported the Objective-C 2.0 syntax Objective-C 1.0 so that it would compile for Tiger.
I then built static libs (for the G3 PPC arch) of openssl and tiny-curl and included them in the Xcode project.
Attached is a little demo which just fetches a bit of JSON and deserializes it.
This could be a useful starting point for other folk's retrocomputing projects, so I thought I'd post it here.