How to create file json in ios?

I need to create a json file and used as database (offline)

  • create file json
  • read and write

I was use local storage but max size in ipad is 5 Mb.

Thanks!