InterviewSolution
Saved Bookmarks
| 1. |
Name the JSON framework which is supported by iOS. |
|
Answer» iOS supports the SBJson framework. The SBJson framework adds more CONTROL and flexibility to the JSON handling process. It is a well DESIGNED and extremely adaptable framework that ALLOWS APIs (Application Programming Interfaces) to function in a variety of WAYS. SBJSON is one of the many open-source JSON parsers or generators created with Objective-C. These allow you to use JSON easily when coding Objective-C apps. |
|