@arzyu/get-json

Read json file into object

Usage no npm install needed!

<script type="module">
  import arzyuGetJson from 'https://cdn.skypack.dev/@arzyu/get-json';
</script>

README

get-json

Installation

npm add @arzyu/get-json

Usage

import { getJson } from "@arzyu/get-json";

console.log(getJson("/path/to/file.json")); // read json file into object