Skip to content

ashedrin/json-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple json file loader and parse to js object

Install

npm install json-as-js

Use

var load = require('json-as-js'').load;

var parsedJsObject = load('./path/to-json-file.json');

Use es2015

const { load } from 'json-as-js';

const parsedJsObject = load('./path/to-json-file.json');

Run test

npm test

About

Module for load json files and parse to js objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published