json-from
v1.0.0
Published
import json from local file or remote url
Downloads
3
Readme
json-from
Installation
npm install json-from
Example
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