@expo/json-file
A library for reading and writing JSON files.
## 🏁 Setup Install `@expo/json-file` in your project. ```sh yarn add @expo/json-file ``` ## ⚽️ Usage ```ts import JsonFile, { JSONObject } from '@expo/json-file'; // Create a file instance const jsonFile = new JsonFile