I'm a new iOS developer I want to add my JSON response object into a NSDictionary, which is declared globally. I paste my code, so anyone easily understand how i got my response object.
[manager POST:strUrl parameters:params progress:nil success:^(NSURLSessionDataTask *task, id responseObject) {
if ([[responseObject objectForKey:@"result"] isEqualToString:@"TRUE"]) {
//Here I want this
}