@haensl/json-parser

Minimal JSON file parser.

Usage no npm install needed!

<script type="module">
  import haenslJsonParser from 'https://cdn.skypack.dev/@haensl/json-parser';
</script>

README

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

Changelog

License