json-import
v1.0.0-alpha.0
Published
Dynamically import json file
Downloads
11
Readme
import-json 
Dynamically import json file in an ES Module manner.
Usage
import importJSON from 'json-import'
importJSON('path/to/a.json').then(
obj => {/* ... */},
err => {/* ... */}
)License
ISC @ Amio
