I am trying to load a JSON of 40 000+ records into my Realm Database. Here is my function
JSON
Realm Database
AFJSONRequestOperation *operation = [[AFJ
Wrap loop's body in @autoreleasepool
@autoreleasepool
Also copying the same JSON twice seems redundant.