Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

r-json

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r-json

A small module to read JSON files.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
221K
decreased by-11.4%
Maintainers
1
Weekly downloads
 
Created

What is r-json?

The r-json npm package is a simple utility for reading and parsing JSON files. It provides a straightforward way to load JSON data from a file and work with it in your Node.js applications.

What are r-json's main functionalities?

Read JSON from a file

This feature allows you to read and parse JSON data from a specified file path. The parsed data is returned as a JavaScript object.

const rjson = require('r-json');
const data = rjson('path/to/your/file.json');
console.log(data);

Other packages similar to r-json

Keywords

FAQs

Package last updated on 02 Jan 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc