šŸš€ DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

@expo/json-file

Package Overview
Dependencies
Maintainers
28
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/json-file

A module for reading, writing, and manipulating JSON files

Source
npmnpm
Version
9.1.5-canary-20250612-338ef55
Version published
Weekly downloads
5.1M
0.42%
Maintainers
28
Weekly downloads
Ā 
Created
Source

šŸ‘‹ Welcome to
@expo/json-file

A library for reading and writing JSON files.

šŸ Setup

Install @expo/json-file in your project.

yarn add @expo/json-file

āš½ļø Usage

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' });

Keywords

json

FAQs

Package last updated on 12 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts