0

I have huge json request from server which took a lot of time , therefore I decided to save it in a text file in the same folder of project . But I do not know how can I read it. Can someone help me in this matter?

Thank you

Juan Catalan
  • 2,299
  • 1
  • 17
  • 23
John
  • 29
  • 3
  • Show your code, what you have tried? – iphonic Jun 01 '15 at 11:22
  • Add it as resource, and load with `NSBundle pathForResource:` and `NSData dataWithContentsOfFile` check answers in this thread http://stackoverflow.com/q/20795756/1403732 – sage444 Jun 01 '15 at 11:33
  • possible duplicate of [How to access local files within project](http://stackoverflow.com/questions/7776536/how-to-access-local-files-within-project) – Mohamed Elkassas Jun 01 '15 at 13:25

0 Answers0