You are passing a NSDictonary to rowsArray as your JSON data seems to be a dictionary nested within a dictionary. So I would assume that is causing rowsArray to be empty and cause the crash when you try and add it to your mutable arrray.
Robert Redmond
2010-06-25 22:13:50