Skip to content

Minimal asynchronous JSON file parser for node.js

License

Notifications You must be signed in to change notification settings

haensl/json-parser

Repository files navigation

json-parser

NPM

npm version

CircleCI

Minimal asynchronous JSON file parser for node.js

Installation

# via npm
npm i --save @haensl/json-parser

# or yarn
yarn add @haensl/json-parser

Usage

const parseJSON = require('@haensl/json-parser');

parseJson('path/to/my.json')
  .then((json) => {
    console.info(json);
  });

About

Minimal asynchronous JSON file parser for node.js

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published