Skip to content

d-band/json-from

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-from

NPM version NPM downloads Dependency Status Build Status Coverage Status

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

About

import json from local file or remote url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published