objective c - How to parse JSON query from ON CONNECT -
i have json
[ { "tmsid": "mv004613580000", "rootid": "9756367", "title": "2 guns", "titlelang": "en", "descriptionlang": "en", "releaseyear": 2013, "runtime": "pt01h49m", "showtimes": [ { "theatre": { "id": "5658", "name": "regal fenway stadium 13" }, "barg": true, "datetime": "2013-08-06t10:00", "ticketuri": "http://www.fandango.com/tms.asp?t=aaovd&m=126005&d=2013-08-06", "quals": "descriptive video services|rpx|no passes or super savers|stadium seating|closed captioned" }
under showtimes want save "id" , "name" attributes nsstrings variables.
any suggestions how approach json?
nsjonserialization methods return nsarrays or dictionaries. can browse through dictionary json property need. properties in json object turn key-value pairs in dictionary.
Comments
Post a Comment