views:

27

answers:

1

Hi,

When we use Graph api in Facebook the results come in the following format. IS there a convenient class built to retrieve them in iphone?

JSON parser?

{ "type": "audiotrack" "name": "Without Me - Eminem", "metadata": { "trackinfo": { "title": "Without Me", "artist": "Eminem", "album": "Curtain Call - The Hits" } "trackdata": { "kind": "MPEG", "size": "6.3 MB", "bitrate": "179 kbps", "samplerate": "44.100 khz", "released": "14400", "formato: "MPEG-1, Layer 3", "channels": "Joint Stereo", "id3tag": "v2.3", "encodedby": "LAME 3.90" } } }