Put attribute of one object in differents rows
问题 NSDictionary *json = [responseString JSONValue]; Status *statut = [[Status alloc] init]; statut.flyNumber = [json objectForKey:@"flynumber"]; statut.ftatuts = [json objectForKey:@"fstatuts"]; statut.escDepart = [json objectForKey:@"escdepart"]; statut.escArrival = [json objectForKey:@"escarrival"]; statut.proArrival = [json objectForKey:@"proarrival"]; statut.proDepart = [json objectForKey:@"prodepart"]; statut.estDepart = [json objectForKey:@"estdepart"]; statut.estArrival = [json