Work with JSON files in the iOS document directory
In today’s post, I’m going to demonstrate how to read data from and write data to a local JSON file.
The source code of this post is available here.
Environment: iOS 16.2, Xcode 14.2.
Overview
We’re going to look at how to read/write json data by cre...
xavier7t.com8 min read