J'ai utilisé cette méthode,
NSDictionary *jsonObject=[NSJSONSerialization
JSONObjectWithData:jsonData
options:NSJSONReadingMutableLeaves
error:nil];
NSLog(@"jsonObject is %@",jsonObject);
C'est l'impression "jsonObject est null".
Y at-il un problème avec "error: nil".
Je n'utilise pas d'URL ou de méthodes de connexion.
J'ai un fichier JSON et je veux l'afficher dans un tableau.