$ npm install @expo/json-file
@expo/json-file
A library for reading and writing JSON files.
Install @expo/json-file
in your project.
yarn add @expo/json-file
import JsonFile, { JSONObject } from '@expo/json-file';
// Create a file instance
const jsonFile = new JsonFile<JSONObject>(filePath);
// Interact with the file
await jsonFile.readAsync();
await jsonFile.writeAsync({ some: 'data' });
© 2010 - cnpmjs.org x YWFE | Home | YWFE