Is there a JSON library that is good for use in both Cocoa Objective-C and also Java projects?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).