Notes"JSCocoa bridges Cocoa to JavascriptCore (WebKit's JS engine). It allows you to call C code, ObjC code, use C structs, and build Javascript classes inheriting from ObjC classes. "FeedUnfurl
Notes"WebScripting is an informal protocol that defines methods that classes can implement to expose their interfaces to a WebScript environment such as JavaScript."Unfurl
Notes"With Leopard Objective-C 2.0 will be introduced. It gets features to make it more attractive and easier for developers who are new on the platform"Unfurl
Notes"Blake Seely released some code yesterday to convert Cocoa datatypes to JSON. I've had similar code that Ive been meaning to put online for a while now. So now the world has gone from zero to two Cocoa code-bases to read/write JSON."Unfurl
Notes"...since JSON is basically a series of key-value pairs, it would be a good match for NSDictionary - and it should be easy to create a dictionary out of a JSON string."Unfurl