json-from
v1.0.0
Published
import json from local file or remote url
Readme
json-from
Installation
npm install json-fromExample
import jsonFrom from 'json-from';
jsonFrom('./test.json').then(data => {
console.log(data);
});
jsonFrom('http://example.com/test.json').then(data => {
console.log(data);
});Report a issue
License
MIT
