Skip to content

theopenwebjp/require-json

Repository files navigation

Description

Synchronous require JSON loading similar to Node.js.

Usage

npm install @theopenweb/require-json
import requireJSON from './index.js'
const json = requireJSON('./demo.json')

Test / Run server

npx http-server ./

JQuery is used for test dev dependency. OK to update if causes no problems in test.