AFJSONRequestOperation is a class for downloading and working with JSON response data. It's part of AFNetworking .
AFJSONRequestOperation is a subclass of AFHTTPRequestOperation
for downloading and working with JSON response data. It uses an instance of AFJSONSerialization
to handle response validation and serialization.
It's part of AFNetworking :
A delightful iOS and OS X networking framework