public
Description: JSON parsing example with private iPhone frameworks
Homepage: http://samsoff.es
Clone URL: git://github.com/samsoffes/private-json-test.git
name age message
file .gitignore Tue Nov 03 22:38:41 -0800 2009 Initial commit [samsoffes]
directory Classes/ Tue Nov 03 22:57:31 -0800 2009 Simple UI [samsoffes]
directory Other Sources/ Tue Nov 03 22:57:31 -0800 2009 Simple UI [samsoffes]
directory PrivateJSONTest.xcodeproj/ Tue Nov 03 23:04:02 -0800 2009 Added simple icon [samsoffes]
file Readme.markdown Tue Nov 03 23:17:14 -0800 2009 Updated readme [samsoffes]
directory Resources/ Tue Nov 03 23:04:02 -0800 2009 Added simple icon [samsoffes]
Readme.markdown

Private JSON Test

This is a demo of using the private JSON framework included in the iPhone OS to parse and write JSON.

Read more about this discovery in my blog post.

Notes

This is intended to run on iPhone OS 3.1. It has also been tested on the device and the simulator.

Obviously this could break at anytime since it's all undocumented.