JSON library for both Cocoa (Objective-C) and also Java
Is there a JSON library that is good for u开发者_如何学Pythonse in both Cocoa Objective-C and also Java projects?
The JSON library that's pretty much standard for Cocoa and Cocoa Touch projects is called JSON-framework and it's hosted on google code: http://code.google.com/p/json-framework/
The JSON library for Java is called GSON, also from google code: http://code.google.com/p/google-gson/
I would recommend using both GSON and JSON frameworks (GSON for Java and JSON-Framework for objective-c).
精彩评论