import-json
Dynamically import json file in an ES Module manner.
Usage
import importJSON from '@amio/json-import'
importJSON('path/to/a.json').then(
obj => {/* ... */},
err => {/* ... */}
)
License
ISC @ Amio
Dynamically import json file in an ES Module manner.
import importJSON from '@amio/json-import'
importJSON('path/to/a.json').then(
obj => {/* ... */},
err => {/* ... */}
)
ISC @ Amio
npm i @amio/import-json
1
1.0.0-alpha.0
ISC